Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>

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)
This commit is contained in:
venkataswamybabu budumuru 2013-09-12 18:23:05 +05:30
parent f2a360fa01
commit 4356ecc627

View File

@ -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 """