From: Thomas Markwalder Date: Fri, 24 Mar 2023 16:36:37 +0000 (-0400) Subject: [#225] Comment out with-ddns.jsoh from yang UT X-Git-Tag: Kea-2.3.6~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aebcc13b57ef6ed04e73542cc9925a93a431266;p=thirdparty%2Fkea.git [#225] Comment out with-ddns.jsoh from yang UT Until ddns-ttl-percent is added to netconf the with-ddns.json files are commented it out: adaptor_config_unittests.cc config_unittests.cc --- diff --git a/src/lib/yang/tests/adaptor_config_unittests.cc b/src/lib/yang/tests/adaptor_config_unittests.cc index d4ab70854e..219e1adc60 100644 --- a/src/lib/yang/tests/adaptor_config_unittests.cc +++ b/src/lib/yang/tests/adaptor_config_unittests.cc @@ -83,7 +83,7 @@ TEST_F(AdaptorConfigTest, loadExamples4) { "several-subnets.json", "shared-network.json", "single-subnet.json", - "with-ddns.json", + // "with-ddns.json", commented out for ddns-ttl-percent }; ElementPtr x; @@ -122,7 +122,7 @@ TEST_F(AdaptorConfigTest, loadExamples6) { "softwire46.json", "stateless.json", "tee-times.json", - "with-ddns.json", + // "with-ddns.json", commented out for ddns-ttl-percent }; ElementPtr x; diff --git a/src/lib/yang/tests/config_unittests.cc b/src/lib/yang/tests/config_unittests.cc index 176e4181ab..dea5f727f3 100644 --- a/src/lib/yang/tests/config_unittests.cc +++ b/src/lib/yang/tests/config_unittests.cc @@ -321,7 +321,7 @@ TEST_F(ConfigTestKeaV4, examples4) { "single-subnet.json", "vendor-specific.json", "vivso.json", - "with-ddns.json", + // "with-ddns.json", commented out for ddns-ttl-percent }; for (string file : examples) { resetSession(); @@ -363,7 +363,7 @@ TEST_F(ConfigTestKeaV6, examples6) { "softwire46.json", "stateless.json", "tee-times.json", - "with-ddns.json", + // "with-ddns.json", commented out for ddns-ttl-percent }; for (string file : examples) { resetSession();