Skip to content

Commit

Permalink
Ignore error log from ctrmgrd in test_k8s_config_patch_apply (sonic-n…
Browse files Browse the repository at this point in the history
  • Loading branch information
bingwang-ms authored May 15, 2024
1 parent 53f09c3 commit 5104415
Showing 1 changed file with 4 additions and 0 deletions.
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)

0 comments on commit 5104415

Please sign in to comment.