From 4356ecc627d195a16e228abcd59a97edaab7358d Mon Sep 17 00:00:00 2001 From: venkataswamybabu budumuru Date: Thu, 12 Sep 2013 18:23:05 +0530 Subject: [PATCH] Signed-off-by: venkataswamybabu budumuru Skipped the test "test_createSharedNetwork_usedVlan" as there is another test (test_createSharedNetwork_usedVlan2) which is covering the righ scenario. moreover this test is creating issues for couple of other tests due to incompleteness (cherry picked from commit 237f8ec702a7bf3ba2a3215caf421797fcf9c263) --- test/integration/component/test_shared_networks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/component/test_shared_networks.py b/test/integration/component/test_shared_networks.py index fec14a1514a..a1aeca87cd7 100644 --- a/test/integration/component/test_shared_networks.py +++ b/test/integration/component/test_shared_networks.py @@ -1709,7 +1709,8 @@ class TestSharedNetworks(cloudstackTestCase): ip_range = list(netaddr.iter_iprange(unicode(self.services["network"]["startip"]), unicode(self.services["network"]["endip"]))) 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 ") @attr(tags=["advanced", "advancedns"]) def test_createSharedNetwork_usedVlan(self): """ Test Shared Network with used vlan 01 """