mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
ee4764adc4
- 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.