Skip to content

CiscoTestAutomation/examples

Repository files navigation

pyATS | Library Examples

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

Getting Started

# 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

General Information

Contribution

Feel free to open PR against this repository for any enhancements or bug fixes you wish to add.