]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[35-local-d2-dhcp-ddns-client-config] Disabled YANG checks with with-ddnes.json examples
authorFrancis Dupont <fdupont@isc.org>
Wed, 9 Oct 2019 15:42:27 +0000 (17:42 +0200)
committerThomas Markwalder <tmark@isc.org>
Thu, 10 Oct 2019 12:36:14 +0000 (08:36 -0400)
src/lib/yang/tests/config_unittests.cc

index 6fc7e957d832fbc7bf51154f515e3fc31931026f..d1f80589f6dc3c5e92d3705e5ab5274c076ac31b 100644 (file)
@@ -354,7 +354,7 @@ TEST_F(ConfigTest, examples4) {
         "several-subnets.json",
         "shared-network.json",
         "single-subnet.json",
-        "with-ddns.json"
+        // "with-ddns.json" removed for #35
     };
     for (string file : examples) {
         resetSession();
@@ -399,7 +399,7 @@ TEST_F(ConfigTest, examples6) {
         "softwire46.json",
         "stateless.json",
         "tee-times.json",
-        "with-ddns.json"
+        // "with-ddns.json" removed for #35
     };
     for (string file : examples) {
         resetSession();