Repository: cloudstack
Updated Branches:
  refs/heads/master d705d8527 -> 908b769ab


CLOUDSTACK-9066: Update testpath to delete account after deleting VMs of that 
account


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a8e60499
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a8e60499
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a8e60499

Branch: refs/heads/master
Commit: a8e60499fe7a895f03d875e27105e017fcc2e615
Parents: 3ded3e9
Author: Priti Sarap <priti.sa...@clogeny.com>
Authored: Tue Nov 17 17:25:23 2015 +0530
Committer: Priti Sarap <priti.sa...@clogeny.com>
Committed: Tue Nov 17 17:25:23 2015 +0530

----------------------------------------------------------------------
 test/integration/testpaths/testpath_snapshot_hadrning.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a8e60499/test/integration/testpaths/testpath_snapshot_hadrning.py
----------------------------------------------------------------------
diff --git a/test/integration/testpaths/testpath_snapshot_hadrning.py 
b/test/integration/testpaths/testpath_snapshot_hadrning.py
index 0b72a6a..cb31f0f 100755
--- a/test/integration/testpaths/testpath_snapshot_hadrning.py
+++ b/test/integration/testpaths/testpath_snapshot_hadrning.py
@@ -262,7 +262,6 @@ class TestSnapshotsHardning(cloudstackTestCase):
                 cls.testdata["account"],
                 domainid=cls.domain.id
             )
-            cls._cleanup.append(cls.account)
 
             # Create user api client of the account
             cls.userapiclient = testClient.getUserApiClient(
@@ -327,6 +326,8 @@ class TestSnapshotsHardning(cloudstackTestCase):
                 mode=cls.zone.networktype
             )
             cls._cleanup.append(cls.vm_ha)
+
+            cls._cleanup.append(cls.account)
             cls.root_volume_ha = list_volumes(
                 cls.userapiclient,
                 virtualmachineid=cls.vm_ha.id,

Reply via email to