From 9f6e60f97fd75714462c5d8bf1bb2d4eaf84b199 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 4261abe6249..2934e286e03 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):