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 <[email protected]> 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 <[email protected]> Authored: Thu Feb 25 14:44:33 2016 +0530 Committer: sanjeev <[email protected]> Committed: Thu Feb 25 14:44:53 2016 +0530 ---------------------------------------------------------------------- test/integration/testpaths/testpath_snapshot_hadrning.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
