From e405703d5c38fd42b4c91533cf50e07190fbe760 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 17 Jun 2013 10:04:26 +0530 Subject: [PATCH] CLOUDSTACK-3024: Invalid reference to testclient close Testclient does not expose a close() method anymore for closing the connection to cloudstack Signed-off-by: Prasanna Santhanam --- test/integration/component/test_host_high_availability.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/component/test_host_high_availability.py b/test/integration/component/test_host_high_availability.py index 57eb5edede9..2fe07b1771f 100644 --- a/test/integration/component/test_host_high_availability.py +++ b/test/integration/component/test_host_high_availability.py @@ -142,7 +142,6 @@ class TestHostHighAvailability(cloudstackTestCase): try: #Clean up, terminate the created accounts, domains etc cleanup_resources(self.apiclient, self.cleanup) - self.testClient.close() except Exception as e: raise Exception("Warning: Exception during cleanup : %s" % e) return