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: 4 additions & 0 deletions tests/generic_config_updater/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,9 @@ def ignore_expected_loganalyzer_exceptions(duthosts, rand_one_dut_hostname, loga
# sonic-sairedis/vslib/HostInterfaceInfo.cpp: Need investigation
".*ERR syncd[0-9]*#syncd.*tap2veth_fun: failed to write to socket.*", # test_portchannel_interface tc2
".*ERR.*'apply-patch' executed failed.*", # negative cases that are expected to fail

# Ignore errors from k8s config test
".*ERR ctrmgrd.py: Refer file.*",
".*ERR ctrmgrd.py: Join failed.*"
]
loganalyzer[duthost.hostname].ignore_regex.extend(ignoreRegex)