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

class DiskConfigTestCase(*args, **kwargs)

Bases: nova.test.TestCase

assertDiskConfig(dict_, value)
setUp()
tearDown()
test_create_server_detect_from_image()

If user doesn’t pass in diskConfig for server, use image metadata to specify AUTO or MANUAL.

test_create_server_override_auto()
test_create_server_override_manual()
test_detail_image()
test_detail_servers()
test_show_image()
test_show_server()
test_update_server_invalid_disk_config()
instance_addresses(context, instance_id)

Previous topic

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

Next topic

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

This Page