Skip to content
Merged
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion tests/qos/tunnel_qos_remap_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,13 @@ def run_ptf_test(ptfhost, test_case='', test_params={}):


@pytest.fixture(scope='module', autouse=True)
def disable_voq_watchdog_dualtor(duthosts, rand_selected_dut):
def disable_voq_watchdog_dualtor(duthosts, rand_selected_dut, swap_syncd):
"""
Disable VOQ watchdog for dualtor tests.

Note: This fixture depends on swap_syncd to ensure VOQ watchdog is disabled
AFTER the config reload that happens during syncd swap.
"""
get_src_dst_asic_and_duts = {}
get_src_dst_asic_and_duts["single_asic_test"] = True
get_src_dst_asic_and_duts["dst_dut"] = rand_selected_dut
Expand Down