June 2022¶
June 27 - Pyats v22.6¶
Modules |
Version |
---|---|
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
|
v22.6 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats
# Cisco Internal Developers
bash$ pip install --upgrade ats
Changelogs¶
Fix¶
- pyats.easypy
- Task
Display a warning when a task is run with a testbed argument
Update manifest logic to support IXIA_VERSION environment variable
- pyats.aetest
- TestScript
Added testbed as an internal parameter for TestScripts so that it cannot be overwritten
- pyats.topology
Avoid processing markup for secret string and credential objects
Fix the testbed.raw_config for markup resolution when using
extends
in yaml file
New¶
- pyats/cisco/commands
- Added –meta arguments
- Added –meta arguments for pyats replay
use case of the –meta If user wanted re-run a request, they want to append extra –meta
- pyats/manifest
fix cli argument overriding bug
Added unit test to cover the argument overriding use case