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

class RescueTest(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
test_rescue_generates_password()
test_rescue_of_rescued_instance()
test_rescue_raises_unrescuable()
test_rescue_with_preset_password()
test_unrescue()
test_unrescue_of_active_instance()
rescue(self, context, instance, rescue_password=None)
unrescue(self, context, instance)

Previous topic

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

Next topic

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

This Page