The nova.tests.test_fakelibvirt Module

class FakeLibvirtTests(*args, **kwargs)

Bases: nova.test.TestCase

get_openAuth_curry_func()
get_openReadOnly_curry_func()
setUp()
test_accepts_source_dev()
test_accepts_source_path()
test_attach_detach()
test_blockStats()
test_compareCPU_compatible()
test_compareCPU_compatible_unspecified_model()
test_compareCPU_incompatible_arch()
test_compareCPU_incompatible_model()
test_compareCPU_incompatible_vendor()
test_createWithFlags()
test_createXML_detects_invalid_xml()
test_createXML_runs_domain()
test_defineXML_defines_domain()
test_defineXML_detects_invalid_xml()
test_defineXML_remembers_uuid()
test_define_and_retrieve()
test_getCapabilities()
test_getInfo()
test_getType()
test_getVersion()
test_info()
test_listDomainsId_and_lookupById()
test_managedSave()
test_network_type_bridge_sticks()
test_network_type_network_sticks()
test_nwfilter_define_undefine()
test_openAuth_accepts_None_uri_by_default()
test_openAuth_can_refuse_None_uri()
test_openAuth_refuses_invalid_URI()
test_openReadOnly_accepts_None_uri_by_default()
test_openReadOnly_can_refuse_None_uri()
test_openReadOnly_refuses_invalid_URI()
get_vm_xml(name='testname', uuid=None, source_type='file', interface_type='bridge')

Previous topic

The nova.tests.test_exception Module

Next topic

The nova.tests.test_filters Module

This Page