Created
December 12, 2017 18:00
simple pyats connection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ats.topology import loader | |
from unicon import Unicon | |
testbed = loader.load('testbed_working.yaml') | |
testbed.devices.ios2.connect(cls=Unicon) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment