]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#225] Comment out with-ddns.jsoh from yang UT
authorThomas Markwalder <tmark@isc.org>
Fri, 24 Mar 2023 16:36:37 +0000 (12:36 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 24 Mar 2023 16:50:00 +0000 (12:50 -0400)
Until ddns-ttl-percent is added to netconf the
with-ddns.json files are commented it out:

adaptor_config_unittests.cc
config_unittests.cc

src/lib/yang/tests/adaptor_config_unittests.cc
src/lib/yang/tests/config_unittests.cc

index d4ab70854e6fa7009c345a10056d41d2c9b87d77..219e1adc6010c3072d49e8c5c302942f88a08f67 100644 (file)
@@ -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;
 
index 176e4181ab50486e4941372bde009933969e853e..dea5f727f35e80a3bf32bada845299c8a196426d 100644 (file)
@@ -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();