July 2020¶
July 28, 2020¶
Modules |
Version |
---|---|
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
|
v20.7 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats
# Cisco Internal Developers
bash$ pip install --upgrade ats
Changes¶
Kleenex standalone Liveview support
Additional fixes and improvements
July 12, 2020¶
Modules |
Version |
---|---|
|
v20.6.1 |
|
v20.6.1 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats.easypy pyats.log
# Cisco Internal Developers
bash$ pip install --upgrade ats.easypy ats.log
Changes¶
- Logs/Easypy
added
--liveview-callback-url
and--liveview-callback-token
option to support running liveview on xpresso for jenkins run.
July 7, 2020¶
Modules |
Version |
---|---|
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
|
v20.6 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats
# Cisco Internal Developers
bash$ pip install --upgrade ats
Feature List¶
Feature |
Docs |
Whats New |
---|---|---|
Processor Reporting Decorator |
Processors are no longer reported by default. To enable reporting on a
processor, the
@aetest.processors.report decorator has been added.@aetest.processors.report
def my_processor(section):
...
@aetest.processors.pre(my_processor)
class MyTestcase(aetest.Testcase):
...
|
|
Kleenex Arguments |
Added additional Kleenex arguments.
--clean-image [ ...]
Image files for each device
--clean-platform [ ...]
Image files for each platform
--clean-separator Separator between device/platform & image file in arguments clean-image and
clean-platform
|
|
Liveview Keepalive |
New
--liveview-keepalive option to keep the liveview process runningafter a job has completed.
pyats run job myjob.py --liveview --liveview-host 0.0.0.0 --liveview-keepalive
|
|
pyats.contrib
WebEx Teams Notification Plugin
|
A new plugin in the pyats.contrib package which can send notifications
when a pyATS job finishes execution.
pip install pyats.contrib andadd the appropriate configuration or arguments to enable.
pyats run job myjob.py --webex-token <WEBEX_BOT_TOKEN> --webex-email <MY_EMAIL>
|
Other Changes¶
- Utils
Merged schemaengine functionality from metaparser
Added ListOf schema class
- Reporter
Fixed issue with sending reporter messages >4GB
- Cisco
Fix for
--tims-user
argument being ignored