]> git.ipfire.org Git - thirdparty/kea.git/commit
[#13,!6] - Added unit tests to bin/dhcp6 to verify global HRs
authorThomas Markwalder <tmark@isc.org>
Mon, 20 Aug 2018 18:46:07 +0000 (14:46 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 20 Aug 2018 18:46:07 +0000 (14:46 -0400)
commitac87dd2585eb68e22e07d2132e1d7b2f45ca27f6
tree814580f614808365a91ecfe8a2eab283ebc8ada5
parent2a90f95de03546c9bd2409fdd65447e077caf934
[#13,!6] - Added unit tests to bin/dhcp6 to verify global HRs

src/bin/dhcp6/tests/dhcp6_test_utils.cc
    Minor mods to emit configuration/parsing errors

src/bin/dhcp6/tests/host_unittest.cc
    HostTest::sarrTest() - new function for testing a
    SARR that should result in a lease

    TEST_F(HostTest, globalReservationsNA)
    TEST_F(HostTest, globalReservationsPD) - new tests
    to verify global HRs
src/bin/dhcp6/tests/dhcp6_test_utils.cc
src/bin/dhcp6/tests/host_unittest.cc