Previous topic

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

Next topic

The cinder.tests.api.openstack.volume.contrib.test_volume_actions 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_manage Module

class VolumeTypesManageApiTest(methodName='runTest')

Bases: cinder.test.TestCase

setUp()
test_create()
test_volume_types_delete()
test_volume_types_delete_not_found()
class VolumeTypesUnprocessableEntityTestCase(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()
return_volume_types_create(context, name, specs)
return_volume_types_destroy(context, name)
return_volume_types_get_by_name(context, name)
return_volume_types_get_volume_type(context, id)
stub_volume_type(id)