April 2021¶
April 27, 2021¶
Modules |
Version |
---|---|
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
|
v21.4 |
Upgrade Instructions¶
# DevNet Community
bash$ pip install --upgrade pyats
# Cisco Internal Developers
bash$ pip install --upgrade ats
Feature List¶
Feature |
Docs |
Whats New |
---|---|---|
pyATS Manifest |
The pyATS Manifest uses a file with YAML syntax (the “manifest” file)
to capture the runtime requirements, script arguments and
execution profile for test scripts.
$ cat jobfile.tem
version: 1
type: easypy
arguments:
configuration: easypy_config.yaml
mail-html: True
$ pyats run manifest jobfile.tem
%EASYPY-INFO: Executing: pyats run job jobfile.py --configuration "easypy_config.yaml" --mail-html
...
%EASYPY-INFO: Sending report email...
%EASYPY-INFO: Done!
|
Other Changes¶
- log
- Modified LiveView
Fix for liveview to handle improved memory model from reporter
- reporter
added get_section_ctx() to get section context
- log
fixed log liveview ui bug
added fullid in liveview
fixed log viewing key bindings for page up / down getting stuck
fixed files list scroll issue when the list goes beyond the page
removed “No log to display” when it should not display that
enhanced files list search
- pyats
Modified configuration: * Added new –pyats-configuration argument to specify an additional
configuration file to be loaded