The nova.tests.api.ec2.test_cinder_cloud Module

class CinderCloudTestCase(methodName='runTest')

Bases: nova.test.TestCase

assertDictListUnorderedMatch(L1, L2, key)
setUp()
tearDown()
test_create_image()

Make sure that CreateImage works

test_create_snapshot()

Makes sure create_snapshot works.

test_create_volume_from_snapshot()

Makes sure create_volume works when we specify a snapshot.

test_create_volume_in_availability_zone()

Makes sure create_volume works when we specify an availability zone

test_delete_snapshot()

Makes sure delete_snapshot works.

test_describe_instances_bdm()

Make sure describe_instances works with root_device_name and block device mappings

test_describe_snapshots()

Makes sure describe_snapshots works and filters results.

test_describe_volumes()

Makes sure describe_volumes works and filters results.

test_format_instance_bdm()
test_run_with_snapshot()

Makes sure run/stop/start instance with snapshot works.

test_stop_start_with_volume()

Make sure run instance with block device mapping works

test_stop_with_attached_volume()

Make sure attach info is reflected to block device mapping

get_fake_cache()
get_instances_with_cached_ips(orig_func, *args, **kwargs)

Kludge the cache into instance(s) without having to create DB entries

Previous topic

The nova.test Module

Next topic

The nova.tests.api.ec2.test_cloud Module

This Page