]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1405] updated unittests
authorRazvan Becheriu <razvan@isc.org>
Wed, 18 Nov 2020 11:29:46 +0000 (13:29 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 18 Nov 2020 13:55:24 +0000 (15:55 +0200)
src/lib/yang/tests/config_unittests.cc

index 827dee9b3ffaa85c69d3c12f5890c6bd8ad7388b..a9aad3416a1127d18f4a09c4930722ff01f879b8 100644 (file)
@@ -342,6 +342,8 @@ TEST_F(ConfigTest, examples4) {
         "comments.json",
         "config-backend.json",
         "dhcpv4-over-dhcpv6.json",
+        // @todo enable after adding reservations flags to yang model
+        // "global-reservations.json",
         "ha-load-balancing-primary.json",
         "hooks.json",
         "hooks-radius.json",
@@ -349,7 +351,11 @@ TEST_F(ConfigTest, examples4) {
         "multiple-options.json",
         "mysql-reservations.json",
         "pgsql-reservations.json",
+        // @todo enable after adding reservations flags to yang model
+        // "reservations.json",
         "several-subnets.json",
+        // @todo enable after adding reservations flags to yang model
+        // "shared-network.json",
         "single-subnet.json",
         // "with-ddns.json" removed for #35
     };
@@ -381,6 +387,8 @@ TEST_F(ConfigTest, examples6) {
         "config-backend.json",
         "dhcpv4-over-dhcpv6.json",
         "duid.json",
+        // @todo enable after adding reservations flags to yang model
+        // "global-reservations.json",
         "ha-hot-standby.json",
         "hooks.json",
         "iPXE.json",
@@ -388,7 +396,11 @@ TEST_F(ConfigTest, examples6) {
         "multiple-options.json",
         "mysql-reservations.json",
         "pgsql-reservations.json",
+        // @todo enable after adding reservations flags to yang model
+        // "reservations.json",
         "several-subnets.json",
+        // @todo enable after adding reservations flags to yang model
+        // "shared-network.json",
         "simple.json",
         "softwire46.json",
         "stateless.json",