mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
9ba30c27df
A new 'ParameterDict' has been added that automatically encodes and decodes values when they are store in a dictionary. The dictionary uses 2 characters prefixed to each value to store the original type information, e.g. 'fl' -> list of floats, before being passed through a url encoder. The reverse process happens on retrieval. To access the encoded values an `iterEncodedItems` and `getEncodedValue` methods have been added. The appropriate unit tests have also been added.