The best method to master pyATS test framework is to learn-by-example. This repository contains various scripts that showcases the many features and packages of pyATS.
- Website: https://developer.cisco.com/site/pyats/
- Documentation: https://developer.cisco.com/site/pyats/docs/
pyATS & its examples supports Python 3.4+ on Linux & Mac systems. Windows is not yet supported.
The examples included in this repository expects you to have a Python environment with pyATS packages installed. Alternatively, you can always setup a new virtual environment as sandbox.
$ python3 -m venv pyats_sandbox $ cd pyats_sandbox $ source bin/activate $ pip install pyats $ git clone https://github.com/CiscoDevNet/pyats-sample-scripts.git