From: Francis Dupont Date: Wed, 9 Oct 2019 15:42:27 +0000 (+0200) Subject: [35-local-d2-dhcp-ddns-client-config] Disabled YANG checks with with-ddnes.json examples X-Git-Tag: tmark-post-35-refactor~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9635e5fca370adaaf6e33a2ff03c67b2e743c915;p=thirdparty%2Fkea.git [35-local-d2-dhcp-ddns-client-config] Disabled YANG checks with with-ddnes.json examples --- diff --git a/src/lib/yang/tests/config_unittests.cc b/src/lib/yang/tests/config_unittests.cc index 6fc7e957d8..d1f80589f6 100644 --- a/src/lib/yang/tests/config_unittests.cc +++ b/src/lib/yang/tests/config_unittests.cc @@ -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();