This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.1 docs or all OpenStack docs too.

The nova.tests.test_cloud Module

class nova.tests.test_cloud.CloudTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
tearDown()
test_ajax_console()
test_associate_disassociate_address()

Verifies associate runs cleanly without raising an exception

test_console_output()
test_delete_key_pair()
test_describe_addresses()

Makes sure describe addresses runs without raising an exception

test_describe_availability_zones()

Makes sure describe_availability_zones works and filters results.

test_describe_image_attribute()
test_describe_images()
test_describe_instances()

Makes sure describe_instances works and filters results.

test_describe_key_pairs()
test_describe_regions()

Makes sure describe regions runs without raising an exception

test_describe_security_groups()

Makes sure describe_security_groups works and filters results.

test_describe_volumes()

Makes sure describe_volumes works and filters results.

test_key_generation()
test_modify_image_attribute()
test_run_instances()
test_terminate_instances()
test_update_of_instance_display_fields()
test_update_of_instance_wont_update_private_fields()
test_update_of_volume_display_fields()
test_update_of_volume_wont_update_private_fields()