mirror of https://github.com/apache/cloudstack.git
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 <tsp@apache.org>
This commit is contained in:
parent
bf0265d21d
commit
e405703d5c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue