freezer.tests.unit.openstack.test_osclients module

class freezer.tests.unit.openstack.test_osclients.TestOpenstackOpts(methodName='runTest')

Bases: TestCase

test_init()
test_init_raises()
class freezer.tests.unit.openstack.test_osclients.TestOsClients(methodName='runTest')

Bases: TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

test_create_cinder(mock_connection)
test_create_neutron(mock_connection)
test_create_nova(mock_connection)
test_create_swift()
test_dry_run()
test_get_cinder(mock_connection)
test_get_glance(mock_connection)
test_get_neutron(mock_connection)
test_get_nova(mock_connection)
test_get_swift()
test_init(mock_connection)