diff options
author | Dan Theisen <djt@isc.org> | 2022-07-06 21:36:08 +0200 |
---|---|---|
committer | Dan Theisen <djt@isc.org> | 2022-07-08 21:18:55 +0200 |
commit | a7260a26c278071628789ab0c75d73ef0059e194 (patch) | |
tree | 8a4c4ea264aa9a74a72344e6ef0ff1cd8f8fd93e /src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc | |
parent | [#2419] Begin adding stats to track HR assignment conflicts (diff) | |
download | kea-a7260a26c278071628789ab0c75d73ef0059e194.tar.xz kea-a7260a26c278071628789ab0c75d73ef0059e194.zip |
[#2419] Fix statistics (add v4-reservation-conflicts) unit tests for dhcp4
Diffstat (limited to 'src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc')
-rw-r--r-- | src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc index 69580a0c25..4f38e126ec 100644 --- a/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc +++ b/src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc @@ -648,7 +648,8 @@ TEST_F(CtrlChannelDhcpv4SrvTest, controlChannelStats) { "v4-allocation-fail-shared-network", "v4-allocation-fail-subnet", "v4-allocation-fail-no-pools", - "v4-allocation-fail-classes" + "v4-allocation-fail-classes", + "v4-reservation-conflicts" }; // preparing the schema which check if all statistics are set to zero |