mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-03 17:29:02 +00:00
Make TargetInfo an attribute of run output, replacing the read/write methods for the targetfile. Instead, always load it on creation, if targetfile exists (useful for external scripts), and have a method to set it after creation (uselful during WA run, where the output is created before connecting to the target).