Skip to content

Commit

Permalink
Fix test_vlan_ping (#14923)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingwang-ms authored and mssonicbld committed Oct 10, 2024
1 parent 78c6e03 commit 8200535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vlan/test_vlan_ping.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def vlan_ping_setup(duthosts, rand_one_dut_hostname, ptfhost, nbrhosts, tbinfo,
portchannel = intf['attachto']
for iface in mg_facts['minigraph_portchannels'][portchannel]['members']:
ifaces_list.append(mg_facts['minigraph_ptf_indices'][iface])
break
break
vm_host_info['port_index_list'] = ifaces_list
break

Expand Down

0 comments on commit 8200535

Please sign in to comment.