From 453fa5d6f5f161490b266cf97b5bb32e833031f0 Mon Sep 17 00:00:00 2001 From: Barry Weiss <81769500+barweiss45@users.noreply.github.com> Date: Sun, 11 Sep 2022 11:38:16 -0400 Subject: [PATCH] pyats:add new page (#8480) --- pages/common/pyats.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/pyats.md diff --git a/pages/common/pyats.md b/pages/common/pyats.md new file mode 100644 index 000000000..215e8065d --- /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`