dhcpkit.tests.ipv6.options.test_ia_ta_option module

Test the IATAOption implementation

class dhcpkit.tests.ipv6.options.test_ia_ta_option.IATAOptionTestCase(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]