dhcpkit.tests.ipv6.messages.test_client_server_message module

Test the ClientServerMessage implementation

class dhcpkit.tests.ipv6.messages.test_client_server_message.ClientServerMessageTestCase(methodName='runTest')[source]

Bases: dhcpkit.tests.ipv6.messages.test_message.MessageTestCase

parse_packet()[source]
setUp()[source]

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

test_get_option_of_type()[source]
test_get_options_of_type()[source]
test_load_from_wrong_buffer()[source]
test_validate_IAID_uniqueness()[source]
test_validate_transaction_id()[source]