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
5 changes: 4 additions & 1 deletion tests/dualtor_io/test_tor_bgp_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ def ignore_expected_loganalyzer_exception(loganalyzer, duthosts):
r".* ERR syncd#syncd: .*SAI_API_TUNNEL:_brcm_sai_mptnl_tnl_route_event_add:\d+ ecmp table entry lookup "
"failed with error.*",
r".* ERR syncd#syncd: .*SAI_API_TUNNEL:_brcm_sai_mptnl_process_route_add_mode_default_and_host:\d+ "
"_brcm_sai_mptnl_tnl_route_event_add failed with error.*"
"_brcm_sai_mptnl_tnl_route_event_add failed with error.*",
r".* ERR bgp#mgmtd\[33\]: \[X3G8F-PM93W\] BE-adapter: mgmt_msg_read: got EOF/disconnect",
r".* ERR bgp#bgpmon: \*ERROR\* Failed with rc:1 when execute: "
r"\['vtysh', '-H', '/dev/null', '-c', 'show bgp summary json'\]"
]

if loganalyzer:
Expand Down
Loading