From a418ee443d6837b4360f91141f73b2d2bbdb73f0 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Thu, 15 May 2014 23:59:00 -0400 Subject: [PATCH] CLOUDSTACK-6689: Fixed indentation issue in persistent network test cases --- test/integration/component/test_persistent_networks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_persistent_networks.py b/test/integration/component/test_persistent_networks.py index d42ffcd4bc0..ab1e2c2ab47 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):