mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
50236b0661
`set_sysfile_values` now accepts a `^` symbol prefixed to the file path to indicated that the value should be written as binary data. To accommodate this an extra `binary` flag has been added to the `set_sysfile_value`and `get_sysfile_value` methods to write and retrieve the binary data respectively.