HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pyats — A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
automationcommandframeworkclipyatstestvendoragnostic

Problem

How to use the pyats command: A vendor agnostic test automation framework by Cisco Systems, used for network and systems testing. More information: <https://developer.cisco.com/pyats/>.

Solution

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 help:
pyats --help


Display help about a specific subcommand:
pyats {{subcommand}} --help


Display version:
pyats version check

Code Snippets

Run a `pyATS` subcommand

pyats {{subcommand}}

Display help

pyats --help

Display help about a specific subcommand

pyats {{subcommand}} --help

Display version

pyats version check

Context

tldr-pages: common/pyats

Revisions (0)

No revisions yet.