Previous topic

The cinder.tests.api.openstack.volume.contrib.test_extended_snapshot_attributes Module

Next topic

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

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Cinder 2011.2 docs or all OpenStack docs too.

The cinder.tests.api.openstack.volume.contrib.test_types_extra_specs Module

class VolumeTypeExtraSpecsSerializerTest(methodName='runTest')

Bases: cinder.test.TestCase

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

Bases: cinder.test.TestCase

Tests of places we throw 422 Unprocessable Entity from

setUp()
test_create_malformed_entity()
test_create_missing_volume()
test_create_no_body()
class VolumeTypesExtraSpecsTest(methodName='runTest')

Bases: cinder.test.TestCase

setUp()
test_create()
test_delete()
test_index()
test_index_no_data()
test_show()
test_show_spec_not_found()
test_update_empty_body()
test_update_item()
test_update_item_body_uri_mismatch()
test_update_item_too_many_keys()
test_update_no_body()
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)