diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2024-02-20 12:09:26 +0100 |
---|---|---|
committer | Piotrek Zadroga <piotrek@isc.org> | 2024-02-23 17:14:06 +0100 |
commit | 34048888caae083b240ced216e51387ffcacb988 (patch) | |
tree | 20b73a88350bfdf9c87267432ef5463a3ae5776c /src/bin | |
parent | [#3141] json examples update (diff) | |
download | kea-34048888caae083b240ced216e51387ffcacb988.tar.xz kea-34048888caae083b240ced216e51387ffcacb988.zip |
[#3141] delete excessive dnr.json examples
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/dhcp4/tests/dhcp4_srv_unittest.cc | 1 | ||||
-rw-r--r-- | src/bin/dhcp4/tests/parser_unittest.cc | 1 | ||||
-rw-r--r-- | src/bin/dhcp6/tests/dhcp6_srv_unittest.cc | 1 | ||||
-rw-r--r-- | src/bin/dhcp6/tests/parser_unittest.cc | 1 |
4 files changed, 0 insertions, 4 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"); |