You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sa...@apache.org on 2016/02/25 10:15:39 UTC

[1/2] git commit: updated refs/heads/master to 908b769

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 <pr...@clogeny.com>
Authored: Tue Nov 17 17:25:23 2015 +0530
Committer: Priti Sarap <pr...@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,


[2/2] git commit: updated refs/heads/master to 908b769

Posted by sa...@apache.org.
Merge pull request #1078 from pritisarap12/CLOUDSTACK-9066-update-testpath-to-delete-account-after-deleting-VMs-of-that-account

CLOUDSTACK-9066: Update testpath to delete account after deleting VM's of that account In testpath_snapshot_hardning.py testpath account was getting cleared prior to VM's of that account hence while cleaning up the account the VM's in that account also gets deleted hence while clearing VM's it gives exception as "No VM found".

* pr/1078:
  CLOUDSTACK-9066: Update testpath to delete account after deleting VMs of that account

Signed-off-by: sanjeev <sa...@apache.org>


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

Branch: refs/heads/master
Commit: 908b769abf3d7713b64482aee79f35b018d90cb9
Parents: d705d85 a8e6049
Author: sanjeev <sa...@apache.org>
Authored: Thu Feb 25 14:44:33 2016 +0530
Committer: sanjeev <sa...@apache.org>
Committed: Thu Feb 25 14:44:53 2016 +0530

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