Skip to content

Commit fbe5fb8

Browse files
siqbal1986vikshaw-Nokia
authored andcommitted
added log ignore to ignore BFD session creation failure logs. On mlnx platofrms, the syncd retries in sucha a case and passes. (sonic-net#14025)
1 parent 6c819a8 commit fbe5fb8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

tests/vxlan/test_vxlan_ecmp.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ def _ignore_route_sync_errlogs(rand_one_dut_hostname, loganalyzer):
108108
".*'vnetRouteCheck' status failed.*",
109109
".*Vnet Route Mismatch reported.*",
110110
".*_M_construct null not valid.*",
111+
".*Failed to bind BFD socket to local_addr.*-98.*",
112+
".*Failed to create TX socket for session.*-5.*",
113+
".*Parsing BFD command.*-5.*",
114+
".*[BFD.ERR] ioctl failed.*",
115+
".*[CORE_API.ERR] Failed in bfd_offload_set.*",
116+
".*mlnx_set_offload_bfd_tx_session.*",
117+
".*api SAI_COMMON_API_CREATE failed in syncd mode.*",
118+
".*ERR syncd.*SAI_BFD_SESSION_ATTR_.*",
119+
".*ERR swss.*SAI_STATUS_FAILURE.*",
111120
])
112121
return
113122

0 commit comments

Comments
 (0)