mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-08 09:26:48 +01:00
Runtime param names from config were matched against names available on for the target using an overly-loose regex that resulted in the wrong config point being returned. Use caseless_string matching instead.