dhcpkit.tests.ipv6.extensions.test_sip_servers module

Test the SIP options implementations

class dhcpkit.tests.ipv6.extensions.test_sip_servers.SIPServersAddressListOptionTestCase(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_validate_sip_servers()[source]
class dhcpkit.tests.ipv6.extensions.test_sip_servers.SIPServersDomainNameListOptionTestCase(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_validate_domain_names()[source]