mirror of https://github.com/apache/cloudstack.git
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 237f8ec702)
This commit is contained in:
parent
f2a360fa01
commit
4356ecc627
|
|
@ -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 """
|
||||
|
|
|
|||
Loading…
Reference in New Issue