Commit b1b28a7
authored
Loganalyzer regex correction for test_po_update (#11184)
Cherry-Pick PR for 202205 from master #10860
For PC tests 'test_po_update.py', seen the following LogAnalyzer mismatch related messages being reported as errors.
Issues seen in PC tests running on chassis with topo t2 multi-asic.
E Match Messages: E Nov 11 20:41:16.136440 ixre-egl-board3 ERR syncd0#syncd: :- process_on_fdb_event: invalid OIDs in fdb notifications, NOT translating and NOT storing in ASIC DB E E Nov 11 20:41:16.136471 ixre-egl-board3 ERR syncd0#syncd: :- process_on_fdb_event: FDB notification was not sent since it contains invalid OIDs, bug?
What is the motivation for this PR?
Loganalyzer mismatch errors seen during PC test suites for test_po_update.py tests w.r.t syncd container messages per asic as shown above.
How did you do it?
Fix the existing regex to support syncd container syslog messages per asic.
How did you verify/test it?
Ran the PC test cases against a multi-asic line card in a T2 chassis.1 parent 5cb9511 commit b1b28a7
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments