You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/09/01 09:56:41 UTC

git commit: updated refs/heads/master to a4307f8

Repository: cloudstack
Updated Branches:
  refs/heads/master f44be742f -> a4307f85c


CLOUDSTACK-7439: Fix 'Unable to find VM' issue in test_tags.py


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

Branch: refs/heads/master
Commit: a4307f85c61928064f3012efe5bc2328166f1c87
Parents: f44be74
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Thu Aug 28 14:57:48 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Mon Sep 1 13:26:07 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_tags.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a4307f85/test/integration/component/test_tags.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py
index 1e99ac1..c5a8ced 100644
--- a/test/integration/component/test_tags.py
+++ b/test/integration/component/test_tags.py
@@ -2239,7 +2239,7 @@ class TestResourceTags(cloudstackTestCase):
         "Test creation of tag on stopped vm."
 
         self.debug("Destroying instance: %s" % self.vm_1.name)
-        self.vm_1.delete(self.apiclient)
+        self.vm_1.delete(self.apiclient, expunge=False)
 
         self.debug("Creating a tag for user VM")
         tag = Tag.create(