The nova.tests.baremetal.test_tilera Module

class TileraBareMetalNodesTestCase(methodName='runTest')

Bases: nova.test.TestCase

setUp()
tearDown()
test_get_hw_info()
test_singleton()

Confirm that the object acts like a singleton.

In this case, we check that it only loads the config file once, even though it has been instantiated multiple times

Previous topic

The nova.tests.baremetal.test_proxy_bare_metal Module

Next topic

The nova.tests.cert.test_rpcapi Module

This Page