Skip to content

Commit

Permalink
[pfcwd]: increase the pause waiting time and ingore snmp errors (#551)
Browse files Browse the repository at this point in the history
* [pfcwd]: increase the waiting time

Signed-off-by: Sihui Han <[email protected]>

* ingore more unrelated message

Signed-off-by: Sihui Han <[email protected]>
  • Loading branch information
sihuihan88 authored Mar 29, 2018
1 parent 6f5a7ae commit fdbd31b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
r, ".* Port counter .* not implemented"
r, ".* Port counter .* not supported"
r, ".* Invalid port counter .*"
r, ".* Unknown stat.*"
r, ".* snmpd .*"
r, ".* Unknown.*"
r, ".* SAI_STATUS_ATTR_NOT_SUPPORT.*"
r, ".* snmpd.*"
r, ".* Trying to remove nonexisting queue from flex counter .*"
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

- name: Let PFC storm happen for a while
pause:
seconds: 1
seconds: 5

- name: Check if logs contain message that PFC WD detected deadlock
include: roles/test/files/tools/loganalyzer/loganalyzer_analyze.yml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
r, ".* Port counter .* not implemented"
r, ".* Port counter .* not supported"
r, ".* Invalid port counter .*"
r, ".* Unknown stat.*"
r, ".* snmpd .*"
r, ".* Unknown.*"
r, ".* SAI_STATUS_ATTR_NOT_SUPPORT.*"
r, ".* snmpd.*"
r, ".* Trying to remove nonexisting queue from flex counter .*"

0 comments on commit fdbd31b

Please sign in to comment.