First time test_vm_iam.py is completely passed. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/690c5d4d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/690c5d4d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/690c5d4d
Branch: refs/heads/master Commit: 690c5d4d2a00046e2da2e2d9526b20674239835f Parents: 056d21e Author: Min Chen <[email protected]> Authored: Tue Mar 4 11:17:20 2014 -0800 Committer: Min Chen <[email protected]> Committed: Tue Mar 4 11:17:20 2014 -0800 ---------------------------------------------------------------------- test/integration/smoke/test_vm_iam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/690c5d4d/test/integration/smoke/test_vm_iam.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_vm_iam.py b/test/integration/smoke/test_vm_iam.py index 11dffe2..29e587b 100644 --- a/test/integration/smoke/test_vm_iam.py +++ b/test/integration/smoke/test_vm_iam.py @@ -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
