November 2017¶
Nov 22, 2017¶
Modules |
Versions |
|---|---|
|
v3.3.9 |
Upgrade Instructions¶
bash$ pip install --upgrade ats.easypy
Changes¶
easypy
Warning
Backwards-incompatiable change. Please add the
-invoke_cleanparameter to your easypy command if you want clean to be executed.Now clean is only executed when the
-invoke_cleanparameter is specified.If
-clean_fileis specified it is parsed and loaded into yourtestbed.devices[<device_name>].cleanobject(s) as usual, whether or not-invoke_cleanis specified. Please see Clean File for details.
Nov 20, 2017¶
Modules |
Versions |
|---|---|
|
v3.3.3 |
Upgrade Instructions¶
bash$ pip install --upgrade ats.aetest
Changes¶
AEtest
Enhanced the logger to auto escape invalid XML character in logged message before transmitting to AEReport over XMLRPC.
Nov 7, 2017¶
Modules |
Versions |
|---|---|
|
v3.3.8 |
Upgrade Instructions¶
bash$ pip install --upgrade ats.easypy
Changes¶
Easypy
Fixed a bug where archive top-level directory was still being created when
-no_archiveoption is provided.