The nova.tests.api.openstack.volume.contrib.test_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()
volume_type_get(context, volume_type_id)

Previous topic

The nova.tests.api.openstack.test_xmlutil Module

Next topic

The nova.tests.api.openstack.volume.contrib.test_types_manage Module

This Page