Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ciscodevnet/pyats-coding-101
- Owner: CiscoDevNet
- License: apache-2.0
- Created: 2017-11-02T21:16:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T21:02:42.000Z (about 3 years ago)
- Last Synced: 2024-04-10T16:21:32.756Z (7 months ago)
- Topics: ccie, ccna, ccnp, cisco, cisco-ios, dnac, pyats, python, test-automation, test-automation-framework
- Language: Python
- Homepage: https://developer.cisco.com/site/pyats/
- Size: 32.2 KB
- Stars: 45
- Watchers: 30
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- etcThe 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+*