This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.tests.test_ipv6 Module

Test suite for IPv6.

class nova.tests.test_ipv6.IPv6AccountIdentiferTestCase(methodName='runTest')

Bases: nova.test.TestCase

Unit tests for IPv6 account_identifier backend operations.

setUp()
test_to_global()
test_to_global_with_bad_mac()
test_to_global_with_bad_prefix()
test_to_global_with_bad_project()
test_to_mac()
class nova.tests.test_ipv6.IPv6RFC2462TestCase(methodName='runTest')

Bases: nova.test.TestCase

Unit tests for IPv6 rfc2462 backend operations.

setUp()
test_to_global()
test_to_global_with_bad_mac()
test_to_global_with_bad_prefix()
test_to_global_with_bad_project()
test_to_mac()