def test_create_swift_public(self): options = OpenstackOptions(user_name="user", tenant_name="tenant", project_name="project", auth_url="url", password="******", identity_api_version="3", endpoint_type="adminURL") client = ClientManager(options, None, None, None) client.create_swift()
def test_create_nova(self): client = ClientManager(self.fake_options, None, None, None) client.create_nova()
def test_create_swift_public(self): options = OpenstackOptions("user", "tenant", "url", "password", endpoint_type="adminURL") client = ClientManager(options, None, None, None) client.create_swift()