forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update the test suites, messages, prompts, etc used in spytest (sonic…
…-net#8930) * update the test suites, messages, prompts, params and error patterns used in spytest * fixes for pre-commit fails * fixes for pre-commit fails-2 * fixes for pre-commit fails-3 * removed commented portion * avoid changes in pre-commit-config * remove !include usage to fix pre-commit check-yaml issues --------- Co-authored-by: Rama Sasthri, Kristipati <rama.kristipati@broadcom.com>
- Loading branch information
1 parent
dc18bff
commit 2070b18
Showing
31 changed files
with
2,197 additions
and
322 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#DropCounters | ||
Dropcounter_failed: Failed to Verify Drop Counter for '{}' | ||
Dropcounter_passed: Succeesfully Verified Drop Counter for '{}' |
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
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,14 +1,15 @@ | ||
common: !include common.yaml | ||
tgen: !include tgen.yaml | ||
routing: !include routing.yaml | ||
testbed: !include testbed.yaml | ||
qos: !include qos.yaml | ||
system: !include system.yaml | ||
switching: !include switching.yaml | ||
security: !include security.yaml | ||
gearbox: !include gearbox.yaml | ||
ut_snmp: !include ut_snmp.yaml | ||
ut_kdump: !include ut_kdump.yaml | ||
common: "!include common.yaml" | ||
tgen: "!include tgen.yaml" | ||
routing: "!include routing.yaml" | ||
testbed: "!include testbed.yaml" | ||
qos: "!include qos.yaml" | ||
system: "!include system.yaml" | ||
switching: "!include switching.yaml" | ||
security: "!include security.yaml" | ||
gearbox: "!include gearbox.yaml" | ||
debug: "!include debug.yaml" | ||
ut_snmp: "!include ut_snmp.yaml" | ||
ut_kdump: "!include ut_kdump.yaml" | ||
|
||
messages: | ||
default: [common, tgen, routing, testbed, qos, system, switching, security, gearbox, ut_snmp, ut_kdump] | ||
default: [common, tgen, routing, testbed, qos, system, switching, security, gearbox, ut_snmp, ut_kdump, debug] |
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
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
Oops, something went wrong.