pyats icon indicating copy to clipboard operation
pyats copied to clipboard

Cisco DevNet pyATS Test Framework Bug Tracker

Results 38 pyats issues
Sort by recently updated
recently updated
newest added

Hello, i've run into a following problem. - command `pyats learn bgp --testbed-file tb.yaml --output today` ``` Issue while building the feature Traceback (most recent call last): File "src/genie/cli/commands/learn.py", line...

When I am using the "show interfaces" parser the resulting output includes delete subinterfaces but does not show the interfaces as deleted. Gig 0/0/0.2 is the example here where i...

Hey there, i am currently developing some tests for my company's infrastructure and because it's a pretty much constantly changing network, failed connects are expected and do not indicate wrong...

Hello Community: I have a question regarding EMAIL notification on pyATS. I have already configured my own SMTP host, I defined the next: `# Example # ------- # # pyATS...

`nso.connect(via='rest')` does not work. topology.yaml ``` devices: nso-master: alias: nso-master type: NSO os: nso tacacs: username: admin passwords: tacacs: admin connections: defaults: class: unicon.Unicon via: cli cli: protocol: ssh ip:...