1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/devices/android
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
..
gem5 Gem5Device: Addressed review comments 2015-11-11 16:45:00 +00:00
generic Updating documentation for generic device interfaces 2015-06-02 12:58:04 +01:00
juno Further fixes for Juno flashing. 2015-09-10 08:40:09 +01:00
nexus5 Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
nexus10 cleaning up initialize() 2015-06-18 09:30:38 +01:00
note3 cleaning up initialize() 2015-06-18 09:30:38 +01:00
odroidxu3 Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
tc2 Update __init__.py 2015-03-16 11:26:58 +08:00
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00