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):