]> git.ipfire.org Git - thirdparty/kea.git/commit
[3689] Added host reservation tests
authorThomas Markwalder <tmark@isc.org>
Tue, 17 Mar 2015 19:58:57 +0000 (15:58 -0400)
committerThomas Markwalder <tmark@isc.org>
Tue, 17 Mar 2015 19:58:57 +0000 (15:58 -0400)
commitc387c4ca70ad0b0777809b105d5e89e14652a22f
tree9e82daab30ff43f3f0f9c8926ff6133d3e27a702
parentd05f867656b861c71c21296751100331c82073c4
[3689] Added host reservation tests

src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
    added tests:
    TEST_F(Dhcpv6SrvTest, hostReservationWithHostName)
    TEST_F(Dhcpv6SrvTest, hostReservationWithoutHostName)

src/bin/dhcp6/tests/dhcp6_test_utils.h
src/bin/dhcp6/tests/dhcp6_test_utils.cc
    Dhcpv6SrvTest::createHost6() - this method was moved
    here from FqdnDhcpv6SrvTest()

src/bin/dhcp6/tests/fqdn_unittest.cc
    added tests:
    TEST_F(FqdnDhcpv6SrvTest, hostnameReservationSuffix)
    TEST_F(FqdnDhcpv6SrvTest, hostnameReservationNoSuffix)
    TEST_F(FqdnDhcpv6SrvTest, hostnameReservationDdnsDisabled)
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
src/bin/dhcp6/tests/dhcp6_test_utils.cc
src/bin/dhcp6/tests/dhcp6_test_utils.h
src/bin/dhcp6/tests/fqdn_unittest.cc