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

class ExtendedServerAttributesTest(*args, **kwargs)

Bases: nova.test.TestCase

assertServerAttributes(server, az)
content_type = 'application/json'
prefix = 'OS-EXT-AZ:'
setUp()
test_detail()
test_no_instance_passthrough_404()
test_show()
class ExtendedServerAttributesXmlTest(*args, **kwargs)

Bases: nova.tests.api.openstack.compute.contrib.test_extended_availability_zone.ExtendedServerAttributesTest

content_type = 'application/xml'
prefix = '{http://docs.openstack.org/compute/ext/extended_availability_zone/api/v2}'
fake_compute_get(*args, **kwargs)
fake_compute_get_all(*args, **kwargs)
fake_get_host_availability_zone(context, host)

Previous topic

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

Next topic

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

This Page