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

(cherry picked from commit a418ee443d)
This commit is contained in:
Gaurav Aradhye 2014-05-15 23:59:00 -04:00 committed by Daan Hoogland
parent ef932a829d
commit 13a4d56931
1 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,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):