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_quantum Module

class nova.tests.test_quantum.FakeQuantumClientConnection

Bases: object

create_and_attach_port(tenant_id, net_id, interface_id)
create_network(tenant_id, network_name)
delete_network(tenant_id, net_id)
detach_and_delete_port(tenant_id, net_id, port_id)
get_networks_for_tenant(tenant_id)
get_port_by_attachment(tenant_id, attachment_id)
network_exists(tenant_id, net_id)
class nova.tests.test_quantum.QuantumNovaIPAMTestCase(methodName='runTest')

Bases: nova.tests.test_quantum.QuantumTestCaseBase, nova.test.TestCase

setUp()
class nova.tests.test_quantum.QuantumTestCaseBase

Bases: object

test_allocate_and_deallocate_instance_dynamic()
test_allocate_and_deallocate_instance_static()
test_create_and_delete_nets()
test_validate_bad_network()