The nova.tests.test_wsgi Module

Unit tests for nova.wsgi.

class TestLoaderNormalFilesystem(methodName='runTest')

Bases: unittest.case.TestCase

Loader tests with normal filesystem (unmodified os.path module).

setUp()
tearDown()
test_app_found()
test_app_not_found()
test_config_found()
class TestLoaderNothingExists(methodName='runTest')

Bases: nova.test.TestCase

Loader tests where os.path.exists always returns False.

setUp()
test_config_not_found()
class TestWSGIServer(methodName='runTest')

Bases: unittest.case.TestCase

WSGI server tests.

test_no_app()
test_start_random_port()

Previous topic

The nova.tests.test_volume_utils Module

Next topic

The nova.tests.test_xenapi Module

This Page