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/05/16 13:24:43 UTC

git commit: updated refs/heads/4.4-forward to a418ee4

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 3c4340144 -> a418ee443


CLOUDSTACK-6689: Fixed indentation issue in persistent network test cases


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

Branch: refs/heads/4.4-forward
Commit: a418ee443d6837b4360f91141f73b2d2bbdb73f0
Parents: 3c43401
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Thu May 15 23:59:00 2014 -0400
Committer: Gaurav Aradhye <ga...@clogeny.com>
Committed: Thu May 15 23:59:00 2014 -0400

----------------------------------------------------------------------
 test/integration/component/test_persistent_networks.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a418ee44/test/integration/component/test_persistent_networks.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_persistent_networks.py b/test/integration/component/test_persistent_networks.py
index d42ffcd..ab1e2c2 100644
--- a/test/integration/component/test_persistent_networks.py
+++ b/test/integration/component/test_persistent_networks.py
@@ -182,8 +182,8 @@ class TestPersistentNetworks(cloudstackTestCase):
             retriesCount -= 1
             # end while
 
-	    if not isVmExpunged:
-	        self.fail("Failed to expunge vm even after 20 minutes")
+        if not isVmExpunged:
+            self.fail("Failed to expunge vm even after 20 minutes")
         return
 
     def setUp(self):