Skip to content

CiscoTestAutomation/examples

Folders and files

NameName
Last commit message
Last commit date
Aug 18, 2021
Aug 25, 2020
Jan 17, 2020
Aug 11, 2021
Nov 8, 2024
May 13, 2024
Aug 11, 2021
Jan 12, 2022
Aug 11, 2021
Aug 11, 2021
Jul 26, 2019
Nov 15, 2024
Nov 15, 2024
Jul 26, 2019
Jul 26, 2019
Jan 17, 2020
Jan 17, 2020
Feb 24, 2025
Jul 26, 2019
Aug 11, 2021
Aug 11, 2021
Jul 26, 2019
Jul 2, 2021
Jul 26, 2019
Apr 28, 2020

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.