The nova.tests.api.openstack.compute.test_urlmap Module

class UrlmapTest(methodName='runTest')

Bases: nova.test.TestCase

setUp()
tearDown()
test_accept_content_type()

Test Accept header specifying JSON returns JSON content.

test_accept_version_v1_1()

Test Accept header specifying v1.1 returns v2 content.

test_accept_version_v2()

Test Accept header specifying v2 returns v2 content.

test_content_type_version_v1_1()

Test Content-Type specifying v1.1 returns v2 content.

test_content_type_version_v2()

Test Content-Type specifying v2 returns v2 content.

test_path_content_type()

Test URL path specifying JSON returns JSON content.

test_path_version_v1_1()

Test URL path specifying v1.1 returns v2 content.

test_path_version_v2()

Test URL path specifying v2 returns v2 content.

Previous topic

The nova.tests.api.openstack.compute.test_servers Module

Next topic

The nova.tests.api.openstack.compute.test_versions Module

This Page