dhcpkit.tests.ipv6.options.test_authentication_option module

Test the ElapsedTimeOption implementation

class dhcpkit.tests.ipv6.options.test_authentication_option.AuthenticationOptionTestCase(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_auth_info()[source]
test_bad_option_length()[source]
test_replay_detection()[source]
test_validate_algorithm()[source]
test_validate_protocol()[source]
test_validate_rdm()[source]