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

class BootFromVolumeTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_create_root_volume()
class VolumeApiTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_volume_create()
test_volume_create_no_body()
test_volume_delete()
test_volume_delete_no_volume()
test_volume_detail()
test_volume_index()
test_volume_show()
test_volume_show_no_volume()
class VolumeAttachTests(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_attach_volume()
test_delete()
test_delete_vol_not_found()
test_show()
class VolumeSerializerTest(methodName='runTest')

Bases: nova.test.TestCase

test_attach_index_serializer()
test_attach_show_create_serializer()
test_volume_index_detail_serializer()
test_volume_show_create_serializer()
fake_attach_volume(self, context, instance, volume_id, device)
fake_compute_api_create(cls, context, instance_type, image_href, **kwargs)
fake_detach_volume(self, context, volume_id)
fake_get_instance(self, context, instance_id)
fake_get_instance_bdms(self, context, instance)
return_volume(context, volume_id)

Previous topic

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

Next topic

The nova.tests.api.openstack.compute.extensions.foxinsocks Module

This Page