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
3 changes: 2 additions & 1 deletion tests/qos/test_tunnel_qos_remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,10 @@ def test_pfc_watermark_extra_lossless_standby(ptfhost, fanouthosts, rand_selecte
outer_dscp=outer_dscp,
ecn=1)
# Ingress packet from uplink port
ptfadapter.dataplane.flush()
testutils.send(ptfadapter, src_port, pkt, 1)
# Get the actual egress port
result = testutils.verify_packet_any_port(ptfadapter, exp_pkt, dst_ports)
result = testutils.verify_packet_any_port(ptfadapter, exp_pkt, dst_ports, timeout=5)
actual_port = dst_ports[result[0]]
# Get the port name from mgfacts
for port_name, idx in mg_facts['minigraph_ptf_indices'].items():
Expand Down
Loading