Test suite for VMWareAPI.
-
class nova.tests.test_vmwareapi.VMWareAPIVMTestCase(methodName='runTest')
Bases: nova.test.TestCase
Unit tests for Vmware API connection calls.
-
dummy_callback_handler(ret)
Dummy callback function to be passed to suspend, resume, etc., calls.
-
setUp()
-
tearDown()
-
test_destroy()
-
test_destroy_non_existent()
-
test_diagnostics()
-
test_get_ajax_console()
-
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()