February 2024¶
February 27 - Pyats v24.2¶
Modules |
Version |
---|---|
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
|
v24.2 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats
# Cisco Internal Developers
bash$ pip install --upgrade ats
Changelogs¶
Add¶
- docker
Added aarch64 python 3.12 builder
New¶
- makefile
Added aiohttp package
- easypy.plugins
- kleenex.py
Added logic to update device recovery information to clean data.
- kleenex.py
Added dyntopo entrypoints to take cli args from the workers.
Modify¶
- aetest-pkg
Removed unused and deprecated imports
Renamed the file to fix UT issue
- easypy-pkg
assertEquals is not support for 3.12 hence changed to assertEqual
- utils-pkg
updated import utils with exec_module instead of load_module
Fix¶
- installer
Modified installer script to remove dependency on pypi.org (Cisco internal use only)
- pyats.connections
- utils.py
Fixed bug with set_parameters and added unittest
- pyats.connections.bases
Move wrapper to before connection so that
connect
can be wrapped
- easypy.plugins
- Modified XunitPlugin
Updated post_job method and separated xunit xml generation code
Added conditional xunit_include_logs parameter to generate xunit.xml