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

class ExtendedServerAttributesTest(*args, **kwargs)

Bases: nova.test.TestCase

assertServerAttributes(server, host, node, instance_name)
content_type = 'application/json'
prefix = 'OS-EXT-SRV-ATTR:'
setUp()
test_detail()
test_no_instance_passthrough_404()
test_show()
class ExtendedServerAttributesXmlTest(*args, **kwargs)

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

content_type = 'application/xml'
ext = <module 'nova.api.openstack.compute.contrib.extended_server_attributes' from '/home/jenkins/workspace/nova-docs/nova/api/openstack/compute/contrib/extended_server_attributes.py'>
prefix = '{http://docs.openstack.org/compute/ext/extended_status/api/v1.1}'
fake_compute_get(*args, **kwargs)
fake_compute_get_all(*args, **kwargs)

Previous topic

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

Next topic

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

This Page