Previous topic

The cinder.tests.api.test_xmlutil Module

Next topic

The cinder.tests.api.v1.test_limits 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.v1.stubs Module

stub_snapshot(id, **kwargs)
stub_snapshot_get_all(self)
stub_snapshot_get_all_by_project(self, context)
stub_snapshot_update(self, context, *args, **param)
stub_volume(id, **kwargs)
stub_volume_create(self, context, size, name, description, snapshot, **param)
stub_volume_create_from_image(self, context, size, name, description, snapshot, volume_type, metadata, availability_zone)
stub_volume_delete(self, context, *args, **param)
stub_volume_get(self, context, volume_id)
stub_volume_get_all(context, search_opts=None)
stub_volume_get_all_by_project(self, context, search_opts=None)
stub_volume_get_notfound(self, context, volume_id)
stub_volume_update(self, context, *args, **param)