First time test_vm_iam.py is completely passed.

This commit is contained in:
Min Chen 2014-03-04 11:17:20 -08:00
parent 056d21e14b
commit 690c5d4d2a

View File

@ -262,7 +262,7 @@ class TestVMIam(cloudstackTestCase):
@classmethod
def tearDownClass(self):
self.apiclient = super(TestVMIAM, self).getClsTestClient().getApiClient()
self.apiclient = super(TestVMIam, self).getClsTestClient().getApiClient()
cleanup_resources(self.apiclient, self._cleanup)
return