Commit 6fa4576
authored
Add loganalyzer regex to ignore sai_query_attribute_capability related errors (sonic-net#20596)
What is the motivation for this PR?
Add regex to skip sai_query_attribute_capability related loganalyzer errors
How did you do it?
Added 2 regex to loganalyzer_common_ignore.txt file to ignore
sai_query_attribute_enum_values_capability "rv=-8", ignoring
non-functional error in swss PR pipeline till
Fix switch capabilities enum query with metadata validation sonic-swss#3866 is merged
sai_query_attribute_capability "error -2", ignoring till it gets
fixed from SAI, CS00012422823 is raised
How did you verify/test it?
Tested on Arista-7050X3 running dualtor-aa topology1 parent f813a0c commit 6fa4576
File tree
1 file changed
+2
-0
lines changed- ansible/roles/test/files/tools/loganalyzer
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments