summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPiotrek Zadroga <piotrek@isc.org>2024-02-20 12:09:26 +0100
committerPiotrek Zadroga <piotrek@isc.org>2024-02-23 17:14:06 +0100
commit34048888caae083b240ced216e51387ffcacb988 (patch)
tree20b73a88350bfdf9c87267432ef5463a3ae5776c /src
parent[#3141] json examples update (diff)
downloadkea-34048888caae083b240ced216e51387ffcacb988.tar.xz
kea-34048888caae083b240ced216e51387ffcacb988.zip
[#3141] delete excessive dnr.json examples
Diffstat (limited to 'src')
-rw-r--r--src/bin/dhcp4/tests/dhcp4_srv_unittest.cc1
-rw-r--r--src/bin/dhcp4/tests/parser_unittest.cc1
-rw-r--r--src/bin/dhcp6/tests/dhcp6_srv_unittest.cc1
-rw-r--r--src/bin/dhcp6/tests/parser_unittest.cc1
-rw-r--r--src/lib/yang/tests/adaptor_config_unittests.cc2
-rw-r--r--src/lib/yang/tests/config_unittests.cc2
6 files changed, 0 insertions, 8 deletions
diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
index 521dad3124..7063961526 100644
--- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
+++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
@@ -2968,7 +2968,6 @@ Dhcpv4SrvTest::checkConfigFiles() {
"config-backend.json",
#endif
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"global-reservations.json",
"ha-load-balancing-server1-mt-with-tls.json",
"ha-load-balancing-server2-mt.json",
diff --git a/src/bin/dhcp4/tests/parser_unittest.cc b/src/bin/dhcp4/tests/parser_unittest.cc
index 98f1ef8767..ec32d122cc 100644
--- a/src/bin/dhcp4/tests/parser_unittest.cc
+++ b/src/bin/dhcp4/tests/parser_unittest.cc
@@ -302,7 +302,6 @@ TEST(ParserTest, file) {
"comments.json",
"config-backend.json",
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"global-reservations.json",
"ha-load-balancing-server1-mt-with-tls.json",
"ha-load-balancing-server2-mt.json",
diff --git a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
index a7f6648fcb..13234df3a9 100644
--- a/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
+++ b/src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
@@ -337,7 +337,6 @@ Dhcpv6SrvTest::checkConfigFiles() {
"config-backend.json",
#endif
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"duid.json",
"global-reservations.json",
"ha-hot-standby-server1-with-tls.json",
diff --git a/src/bin/dhcp6/tests/parser_unittest.cc b/src/bin/dhcp6/tests/parser_unittest.cc
index 94f47bac82..a0a110be6a 100644
--- a/src/bin/dhcp6/tests/parser_unittest.cc
+++ b/src/bin/dhcp6/tests/parser_unittest.cc
@@ -309,7 +309,6 @@ TEST(ParserTest, file) {
configs.push_back("comments.json");
configs.push_back("config-backend.json");
configs.push_back("dhcpv4-over-dhcpv6.json");
- configs.push_back("dnr.json");
configs.push_back("duid.json");
configs.push_back("global-reservations.json");
configs.push_back("ha-hot-standby-server1-with-tls.json");
diff --git a/src/lib/yang/tests/adaptor_config_unittests.cc b/src/lib/yang/tests/adaptor_config_unittests.cc
index 7b9a464bff..ed698b0039 100644
--- a/src/lib/yang/tests/adaptor_config_unittests.cc
+++ b/src/lib/yang/tests/adaptor_config_unittests.cc
@@ -71,7 +71,6 @@ TEST_F(AdaptorConfigTest, loadExamples4) {
"comments.json",
"config-backend.json",
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"global-reservations.json",
"ha-load-balancing-server1-mt-with-tls.json",
"ha-load-balancing-server2-mt.json",
@@ -110,7 +109,6 @@ TEST_F(AdaptorConfigTest, loadExamples6) {
"comments.json",
"config-backend.json",
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"duid.json",
"global-reservations.json",
"ha-hot-standby-server1-with-tls.json",
diff --git a/src/lib/yang/tests/config_unittests.cc b/src/lib/yang/tests/config_unittests.cc
index 99f9e1c9c3..5a859d967c 100644
--- a/src/lib/yang/tests/config_unittests.cc
+++ b/src/lib/yang/tests/config_unittests.cc
@@ -283,7 +283,6 @@ TEST_F(ConfigTestKeaV4, examples4) {
"comments.json",
"config-backend.json",
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"global-reservations.json",
"ha-load-balancing-server1-mt-with-tls.json",
"ha-load-balancing-server2-mt.json",
@@ -324,7 +323,6 @@ TEST_F(ConfigTestKeaV6, examples6) {
"comments.json",
"config-backend.json",
"dhcpv4-over-dhcpv6.json",
- "dnr.json",
"duid.json",
"global-reservations.json",
"ha-hot-standby-server1-with-tls.json",