The nova.tests.test_test Module

Tests for the testing base code.

class IsolationTestCase(*args, **kwargs)

Bases: nova.test.TestCase

Ensure that things are cleaned up after failed tests.

These tests don’t really do much here, but if isolation fails a bunch of other tests should fail.

test_rpc_consumer_isolation()
test_service_isolation()

Previous topic

The nova.tests.test_service Module

Next topic

The nova.tests.test_test_utils Module

This Page