This repo demonstrates how you can use Python to perform quick assurance of your network in terms its confiugrational and/or operational states.
- Install needed Python libraries
pip install -r requirements.txt
. - Modify the IP addresses and ports in test files
tests/test_arista.py
andtests/test_nokia.py
. - Set credentials for connectivity to network devices as environment variables:
export PYGNMI_USER='xxx' && export PYGNMI_PASS='yyy'
. - Run tests
pytest -v
.
Join Zero-to-Hero Network Automation Training
(c) 2021, Karneliuk.com