Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix qos/test_pfc_pause.py for dualtor-aa #12530

Merged
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: 1 addition & 0 deletions tests/qos/test_pfc_pause.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def test_pfc_pause_lossless(pfc_test_setup, fanouthosts, duthost, ptfhost,

def test_no_pfc(pfc_test_setup, fanouthosts, rand_selected_dut, ptfhost, conn_graph_facts, # noqa F811
fanout_graph_facts, lossless_prio_dscp_map, enum_dut_lossless_prio, # noqa F811
setup_standby_ports_on_rand_unselected_tor, # noqa F811
toggle_all_simulator_ports_to_rand_selected_tor): # noqa F811
"""
Test if lossless and lossy priorities can forward packets in the absence of PFC pause frames
Expand Down
Loading