]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2947] Remove another obsolete testcase
authorMukund Sivaraman <muks@isc.org>
Tue, 18 Jun 2013 11:13:44 +0000 (16:43 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 20 Jun 2013 10:02:10 +0000 (15:32 +0530)
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.

src/bin/cfgmgr/plugins/tests/datasrc_test.py

index 3c714c63136504d67e7d82fe97e38873979d9aee..546e5340f95e56cba3988801bb8b4003278bd05b 100644 (file)
@@ -96,15 +96,6 @@ class DatasrcTest(unittest.TestCase):
             "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):
         """
         The client list skips in-memory sources. So we check it locally that