mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 18:48:38 +00:00
Due to the limitations of UiAutomator, parameters are not allowed to contain certain characters including spaces and newlines when passed on the command line. The python UiAutomatorWorkload baseclasse has been updated to use a ParameterDict when storing workload parameters.