The nova.tests.api.openstack.compute.contrib.test_server_start_stop Module

class ServerStartStopTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_start()
test_start_not_ready()
test_start_with_bogus_id()
test_stop()
test_stop_not_ready()
test_stop_with_bogus_id()
fake_compute_api_get(self, context, instance_id)
fake_start_stop_not_ready(self, context, instance)

Previous topic

The nova.tests.api.openstack.compute.contrib.test_server_password Module

Next topic

The nova.tests.api.openstack.compute.contrib.test_services Module

This Page