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

class VolumeTypeExtraSpecsSerializerTest(methodName='runTest')

Bases: nova.test.TestCase

test_index_create_serializer()
test_update_show_serializer()
class VolumeTypesExtraSpecsTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_create()
test_create_empty_body()
test_delete()
test_index()
test_index_no_data()
test_show()
test_show_spec_not_found()
test_update_item()
test_update_item_body_uri_mismatch()
test_update_item_empty_body()
test_update_item_too_many_keys()
delete_volume_type_extra_specs(context, volume_type_id, key)
return_create_volume_type_extra_specs(context, volume_type_id, extra_specs)
return_empty_volume_type_extra_specs(context, volume_type_id)
return_volume_type_extra_specs(context, volume_type_id)
stub_volume_type_extra_specs()

Previous topic

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

Next topic

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

This Page