From 2ea66124f224eab2fb48b5e62005358726e9e12f Mon Sep 17 00:00:00 2001 From: venkataswamybabu budumuru Date: Thu, 12 Sep 2013 18:33:41 +0530 Subject: [PATCH] Signed-off-by: venkataswamybabu budumuru Corrected Indentation issues. --- test/integration/component/test_shared_networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_shared_networks.py b/test/integration/component/test_shared_networks.py index a1aeca87cd7..88bb018d404 100644 --- a/test/integration/component/test_shared_networks.py +++ b/test/integration/component/test_shared_networks.py @@ -1710,7 +1710,7 @@ class TestSharedNetworks(cloudstackTestCase): if netaddr.IPAddress(unicode(vms[0].nic[0].ipaddress)) not in ip_range: self.fail("Virtual machine ip should be from the ip range assigned to network created.") - @unittest.skip("skipped - This is a redundant case and also this is causing issue for rest fo the cases ") + @unittest.skip("skipped - This is a redundant case and also this is causing issue for rest fo the cases ") @attr(tags=["advanced", "advancedns"]) def test_createSharedNetwork_usedVlan(self): """ Test Shared Network with used vlan 01 """