dhcpkit.tests.ipv6.server.handlers.test_echo_request_option_handler module

Tests for a relay message handler

class dhcpkit.tests.ipv6.server.handlers.test_echo_request_option_handler.RelayHandlerTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

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

test_absent_option_echo_request()[source]
test_empty_echo_request()[source]
test_remote_id_echo_request()[source]
test_unnecessary_echo_request()[source]