dhcpkit.tests.ipv6.options.test_ia_na_option module

Test the IANAOption implementation

class dhcpkit.tests.ipv6.options.test_ia_na_option.IANAOptionTestCase(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_get_addresses()[source]
test_get_option_of_type()[source]
test_get_options_of_type()[source]
test_sort()[source]
test_validate_iaid()[source]
test_validate_t1()[source]
test_validate_t2()[source]