-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pfcwd]: increase the pause waiting time and ingore snmp errors (#551)
* [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
1 parent
6f5a7ae
commit fdbd31b
Showing
3 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
ansible/roles/test/tasks/pfc_wd/config_test/config_test_ignore_messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 .*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
ansible/roles/test/tasks/pfc_wd/functional_test/ignore_pfc_wd_messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 .*" |