dhcpkit.tests.ipv6.extensions.leasequery.test_lq_query_option module

Test the LQQueryOption implementation

class dhcpkit.tests.ipv6.extensions.leasequery.test_lq_query_option.LQQueryOptionTestCase(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_display()[source]
test_get_option_of_type()[source]
test_get_options_of_type()[source]
test_parse_wrong_type()[source]
test_validate_query_type()[source]