Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ciscodevnet/pyats-coding-101

pyATS Coding 101 - Python & automation tutorial
https://github.com/ciscodevnet/pyats-coding-101

ccie ccna ccnp cisco cisco-ios dnac pyats python test-automation test-automation-framework

Last synced: about 3 hours ago
JSON representation

pyATS Coding 101 - Python & automation tutorial

Awesome Lists containing this project

README

        

# pyATS Coding 101

Basic Python coding, examples & techniques for [Cisco DevNet - pyATS](https://developer.cisco.com/site/pyats) based test automation.

The goal of this repository is to demonstrate fundamental skillsets related to:
- basic Python techniques
- CLI/XML parsing
- expect-style programming
- YAML syntax and files
- connecting to devices
- defining testbed topologies using pyATS
- etc

The content of this repository extends [Cisco DevNet - Coding Skills](https://github.com/CiscoDevNet/coding-skills-sample-code).

*Note: Python-3 syntax, tested with Python 3.4+*