The nova.tests.compute.test_virtapi Module

class ComputeVirtAPITest(*args, **kwargs)

Bases: nova.tests.compute.test_virtapi.VirtAPIBaseTest

assertExpected(method, *args, **kwargs)
cover_api

alias of ComputeVirtAPI

set_up_virtapi()
class FakeCompute

Bases: object

class FakeVirtAPITest(*args, **kwargs)

Bases: nova.tests.compute.test_virtapi.VirtAPIBaseTest

assertExpected(method, *args, **kwargs)
cover_api

alias of FakeVirtAPI

set_up_virtapi()
class VirtAPIBaseTest(*args, **kwargs)

Bases: nova.test.TestCase, nova.test.APICoverage

assertExpected(method, *args, **kwargs)
cover_api

alias of VirtAPI

setUp()
set_up_virtapi()
test_agent_build_get_by_triple()
test_aggregate_get_by_host()
test_aggregate_metadata_add()
test_aggregate_metadata_delete()
test_instance_get_all_by_host()
test_instance_get_by_uuid()
test_instance_type_get()
test_instance_update()
test_provider_fw_rule_get_all()
test_security_group_get_by_instance()
test_security_group_rule_get_by_security_group()

Previous topic

The nova.tests.compute.test_stats Module

Next topic

The nova.tests.conductor.test_conductor Module

This Page