The nova.tests.api.ec2.test_cinder_cloud Module

class CinderCloudTestCase(*args, **kwargs)

Bases: nova.test.TestCase

setUp()
tearDown()
test_create_image()
test_create_snapshot()
test_create_volume_from_snapshot()
test_create_volume_in_availability_zone()

Makes sure create_volume works when we specify an availability zone

test_delete_snapshot()
test_describe_instances_bdm()

Make sure describe_instances works with root_device_name and block device mappings

test_describe_snapshots()
test_describe_volumes()
test_format_instance_bdm()
test_format_snapshot_maps_status()
test_run_with_snapshot()
test_stop_start_with_volume()
test_stop_with_attached_volume()
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