March 2024¶
Pyats v24.3
Modules |
Version |
---|---|
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
|
v24.3 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats
# Cisco Internal Developers
bash$ pip install --upgrade ats
Changelogs¶
New¶
- easypy.plugins
- rerun
Added ability to download archive/rerun file from a URL
- pyats.aetest
Modified PauseOnPhrase, added collect and custom options
- pyats.cli
- Migrate abstract
Added functionality to the
pyats migrate abstract
command to modify the files in-place with the suggested changes
- easypy
- plugins(kleenex)
add –clean-template-action cli argument to kleenex plugin.
- kleenex
- loader
add logic for loading a template for cleaning the device
Fix¶
- pyats.connection
- Service Wrapper
Fixed an issue that caused a circular import when using the service wrapper with external connection packages
Changed
BaseServiceWrapper
toServiceWrapper
Changed
ServiceWrapper
import fromfrom pyats.connections.bases import BaseServiceWrapper
tofrom pyats.connections import ServiceWrapper
This feature replaces the previous concept of Service Hooks