The nova.tests.test_nova_manage Module

class FixedIpCommandsTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_reserve()
test_reserve_nonexistent_address()
test_unreserve()
test_unreserve_nonexistent_address()
class FloatingIpCommandsTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_address_to_hosts()
class InstanceTypeCommandsTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
tearDown()
test_extra_specs_multiple()
test_extra_specs_set_unset()
test_extra_specs_update()
class NetworkCommandsTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_create()
test_delete()
test_delete_by_cidr()
test_list()
test_modify_associate()
test_modify_disassociate()
test_modify_unchanged()
class ProjectCommandsTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_quota()
test_quota_update_invalid_key()

Previous topic

The nova.tests.test_notifications Module

Next topic

The nova.tests.test_nova_rootwrap Module

This Page