dhcpkit.tests.ipv6.extensions.test_client_fqdn module

Test the Client FQDN option implementations

class dhcpkit.tests.ipv6.extensions.test_client_fqdn.ClientFQDNOptionTestCase(methodName='runTest')[source]

Bases: dhcpkit.tests.ipv6.options.test_option.OptionTestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_bad_option_length()[source]
test_n_flag()[source]
test_o_flag()[source]
test_s_flag()[source]
test_validate_domain_name()[source]