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

class SnapshotApiTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
test_snapshot_create()
test_snapshot_create_force()
test_snapshot_delete()
test_snapshot_delete_invalid_id()
test_snapshot_detail()
test_snapshot_show()
test_snapshot_show_invalid_id()
class SnapshotSerializerTest(methodName='runTest')

Bases: nova.test.TestCase

test_snapshot_index_detail_serializer()
test_snapshot_show_create_serializer()
stub_snapshot_create(self, context, volume_id, name, description)
stub_snapshot_delete(self, context, snapshot)
stub_snapshot_get(self, context, snapshot_id)
stub_snapshot_get_all(self, context)

Previous topic

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

Next topic

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

This Page