Commit 80eea2b
Fix for dualtor_io/test_tor_bgp_failure.py on dt/dt120 (sonic-net#17370)
What is the motivation for this PR?
Improving regex match in 17173
Some examples of the syslog entries encountered when running dualtor_io/test_tor_bgp_failure.py -
ERR bgp#mgmtd[34]: [X3G8F-PM93W] BE-adapter: mgmt_msg_read: got EOF/disconnect
ERR bgp#mgmtd[38]: [X3G8F-PM93W] BE-adapter: mgmt_msg_read: got EOF/disconnect
ERR bgp#mgmtd[32]: [X3G8F-PM93W] BE-adapter: mgmt_msg_read: got EOF/disconnect
How did you do it?
Changed regex to match any decimal digits instead of just 33
How did you verify/test it?
Ran dualtor_io/test_tor_bgp_failure.py on DCS-7260CX3 and DCS-7050CX31 parent d57fdae commit 80eea2b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments