The nova.tests.test_vmwareapi Module

Test suite for VMWareAPI.

class VMWareAPIVMTestCase(methodName='runTest')

Bases: nova.test.TestCase

Unit tests for Vmware API connection calls.

setUp()
tearDown()
test_destroy()
test_destroy_non_existent()
test_diagnostics()
test_get_console_output()
test_get_info()
test_list_instances()
test_list_instances_1()
test_pause()
test_reboot()
test_reboot_non_existent()
test_reboot_not_poweredon()
test_resume()
test_resume_non_existent()
test_resume_not_suspended()
test_snapshot()
test_snapshot_non_existent()
test_spawn()
test_suspend()
test_suspend_non_existent()
test_unpause()

Previous topic

The nova.tests.test_vmmode Module

Next topic

The nova.tests.test_volume Module

This Page