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
4 changes: 3 additions & 1 deletion tests/drop_packets/test_configurable_drop_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def ignore_expected_loganalyzer_exception(duthosts, rand_one_dut_hostname, logan
"exiting orchagent, SAI API: SAI_API_FDB, status: SAI_STATUS_INVALID_PARAMETER.*",
".*ERR syncd[0-9]*#syncd.*SAI_API_DEBUG_COUNTER:_brcm_sai_debug_counter_value_get."
"*No debug_counter at index.*found.*",
".*ERR syncd[0-9]*#syncd.*collectPortDebugCounters: Failed to get stats of port.*"
".*ERR syncd[0-9]*#syncd.*collectPortDebugCounters: Failed to get stats of port.*",
".* ERR syncd#syncd: :- collectData: Failed to get stats of Port Debug Counter.*"

]
duthost = duthosts[rand_one_dut_hostname]
loganalyzer[duthost.hostname].ignore_regex.extend(ignore_regex_list)
Expand Down