Browse Source

[2947] Remove another obsolete testcase

It'll try to load the corresponding .so and fail, and log a warning, but
it's not an error to skip such data sources.
Mukund Sivaraman 12 years ago
parent
commit
253803efba
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/bin/cfgmgr/plugins/tests/datasrc_test.py

+ 0 - 9
src/bin/cfgmgr/plugins/tests/datasrc_test.py

@@ -96,15 +96,6 @@ class DatasrcTest(unittest.TestCase):
             "params": {}
             "params": {}
         }]})
         }]})
 
 
-    def test_dstype_bad(self):
-        """
-        The configuration is correct by the spec, but it would be rejected
-        by the client list. Check we reject it.
-        """
-        self.reject({"IN": [{
-            "type": "No such type"
-        }]})
-
     def test_invalid_mem_params(self):
     def test_invalid_mem_params(self):
         """
         """
         The client list skips in-memory sources. So we check it locally that
         The client list skips in-memory sources. So we check it locally that