Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com>
Corrected Indentation issues. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2ea66124 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2ea66124 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2ea66124 Branch: refs/heads/kvm-vnc-listen Commit: 2ea66124f224eab2fb48b5e62005358726e9e12f Parents: 4356ecc Author: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com> Authored: Thu Sep 12 18:33:41 2013 +0530 Committer: venkataswamybabu budumuru <venkataswamybabu.budum...@citrix.com> Committed: Thu Sep 12 18:33:41 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_shared_networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2ea66124/test/integration/component/test_shared_networks.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_shared_networks.py b/test/integration/component/test_shared_networks.py index a1aeca8..88bb018 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 """