This repository contains pyATS and its library's usage examples. The purpose of these examples is not to perform real testing, but rather to:
-
demonstrate the various features and functionalities of the framework using examples and comments
-
and demonstrating how to use the libraries with example scripts using mock devices in
libraries/
folder
# 1. make sure pyATS is installed (including the libraries)
bash$ pip install pyats[full]
# 2. clone this repository into your environment
bash$ git clone https://github.com/CiscoTestAutomation/examples
- Website: https://developer.cisco.com/pyats/
- Documentation: https://developer.cisco.com/docs/pyats/
- Support: pyats-support-ext@cisco.com
Feel free to open PR against this repository for any enhancements or bug fixes you wish to add.