diff options
author | Francis Dupont <fdupont@isc.org> | 2024-06-13 21:50:09 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-10-23 16:42:09 +0200 |
commit | cadf332033ebaecf2fcf8d4b2fb0a30643e00b7a (patch) | |
tree | 927853c90d3fdbac9774e0711542273c350f2283 /src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc | |
parent | [#3605] Rotate ports on HTTP fuzzers as well (diff) | |
download | kea-cadf332033ebaecf2fcf8d4b2fb0a30643e00b7a.tar.xz kea-cadf332033ebaecf2fcf8d4b2fb0a30643e00b7a.zip |
[#2974] Checkpoint: did v4 code, need UTs, v6 and doc
Diffstat (limited to 'src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc')
-rw-r--r-- | src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc index 632e1df759..3208afd8f3 100644 --- a/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc +++ b/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc @@ -482,6 +482,8 @@ TEST_F(CtrlChannelDhcpv4SrvTest, commandsRegistration) { EXPECT_TRUE(command_list.find("\"config-set\"") != string::npos); EXPECT_TRUE(command_list.find("\"config-write\"") != string::npos); EXPECT_TRUE(command_list.find("\"leases-reclaim\"") != string::npos); + EXPECT_TRUE(command_list.find("\"localize4\"") != string::npos); + EXPECT_TRUE(command_list.find("\"localize4o6\"") != string::npos); EXPECT_TRUE(command_list.find("\"server-tag-get\"") != string::npos); EXPECT_TRUE(command_list.find("\"shutdown\"") != string::npos); EXPECT_TRUE(command_list.find("\"statistic-get\"") != string::npos); |