pyats:add new page (#8480)

pull/1/head
Barry Weiss 2022-09-11 11:38:16 -04:00 committed by GitHub
parent a2e2dfb7e9
commit 453fa5d6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/common/pyats.md Normal file
View File

@ -0,0 +1,20 @@
# pyATS
> A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing.
> More information: <https://developer.cisco.com/pyats/>.
- Run a `pyATS` subcommand:
`pyats {{subcommand}}`
- Display version:
`pyats version check`
- Display help:
`pyats --help`
- Display help about a specific subcommand:
`pyats {{subcommand}} --help`