diff --git a/pages/common/pyats.md b/pages/common/pyats.md new file mode 100644 index 0000000000..215e8065df --- /dev/null +++ b/pages/common/pyats.md @@ -0,0 +1,20 @@ +# pyATS + +> A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing. +> More information: . + +- Run a `pyATS` subcommand: + +`pyats {{subcommand}}` + +- Display version: + +`pyats version check` + +- Display help: + +`pyats --help` + +- Display help about a specific subcommand: + +`pyats {{subcommand}} --help`