We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a32ac commit 5c455d7Copy full SHA for 5c455d7
tests/test_vlan.py
@@ -493,6 +493,7 @@ def proxy_arp_disabled():
493
self.dvs_vlan.remove_vlan(vlan)
494
self.dvs_vlan.get_and_verify_vlan_ids(0)
495
496
+ @pytest.mark.skip(reason="Failing. Under investigation")
497
def test_VlanMemberLinkDown(self, dvs):
498
499
# TODO: add_ip_address has a dependency on cdb within dvs,
@@ -506,7 +507,6 @@ def test_VlanMemberLinkDown(self, dvs):
506
507
server_ip = "192.168.0.100"
508
vlan_intf_sysctl_param_path = "/proc/sys/net/ipv4/conf/%s/arp_evict_nocarrier" % vlan_interface
509
- dvs.runcmd("ip neigh flush all")
510
self.dvs_vlan.create_vlan(vlan)
511
vlan_oid = self.dvs_vlan.get_and_verify_vlan_ids(1)[0]
512
self.dvs_vlan.verify_vlan(vlan_oid, vlan)
0 commit comments