1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto
Sascha Bischoff ee4764adc4 Gem5Device: Addressed review comments
- Replaced hard-coded pexpect expect string with UNIQUE_PROMPT.

- Changed the capture_screen debug to a warning to make sure that the
  user knows when it happens.

- Fixed the logic for checking when a file exists. Previously, if the
  output could not correctly be processed (ValueError) then we just
  assumed that the file existed if there was any output at all. This
  is clearly not a good default. Changed to default to False if it was
  not able to process the output as this seems to be the safest
  option.

- Changed ad hoc filename extraction to use os.path.basename.

- Removed the processing of some kwargs and defaults that are handled
  by the parent class.

- Stopped overriding some paramaters which were purely defined in the
  Gem5Device.
2015-11-11 16:45:00 +00:00
..
commands list command: adding --packaged-only option 2015-09-22 08:41:53 +01:00
common android device: always deploy busybox on rooted devices. 2015-10-19 13:40:50 +01:00
core Fixing turning off UI in ChromeOS + adding it energy_model. 2015-09-14 12:53:08 +01:00
devices Gem5Device: Addressed review comments 2015-11-11 16:45:00 +00:00
external daq: fix for the updated twisted support. 2015-07-21 08:35:36 +01:00
instrumentation daq: updated workload labeling in daq_power.csv 2015-10-01 12:05:53 +01:00
modules vexperess flashing: added an option to keep UEFI entry 2015-09-14 15:31:21 +01:00
resource_getters http_assets: fixing that which was broken 2015-09-04 08:56:15 +01:00
result_processors ipynb_exporter: learn to convert the notebook to HTML 2015-07-09 12:50:02 +01:00
tests Added retries 2015-06-18 16:46:26 +01:00
tools Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
utils TelnetConnection: 2015-11-02 10:09:59 +00:00
workloads Adding autotest workload wrapper. 2015-10-09 08:43:53 +01:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-biglittle.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda-example-tutorial.yaml Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
config_example.py Fixing typo in config_example.py 2015-07-02 12:17:19 +01:00
exceptions.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00