Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/sflow/test_sflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def config_dut_ports(duthost, ports, vlan):
# Even though port is deleted from vlan , the port shows its master as Bridge upon assigning ip address.
# Hence config reload is done as workaround. ##FIXME
for i in range(len(ports)):
duthost.command('config vlan member add %s %s' %(vlan,ports[i]))
duthost.command('config vlan member del %s %s' %(vlan,ports[i]))
duthost.command('config interface ip add %s %s/24' %(ports[i],var['dut_intf_ips'][i]))
duthost.command('config save -y')
Expand Down