1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wa/framework/target
Sergei Trofimov bce66f4388 framework/target: fix runtime param name resolution
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.
2017-10-06 14:21:23 +01:00
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py TM: Update and Refactor 2017-04-05 11:51:29 +01:00
config.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
descriptor.py target/descriptor: Fix typo for 'telnet' param 2017-10-05 13:27:08 +01:00
info.py Revert "New target description + moving target stuff under "framework"" 2017-03-15 17:16:59 +00:00
manager.py TargetManager: Fixed Typo 2017-06-15 17:49:57 +01:00
runtime_config.py RTConfig: Added support for specifying device initial screen state. 2017-08-16 17:35:19 +01:00
runtime_parameter_manager.py framework/target: fix runtime param name resolution 2017-10-06 14:21:23 +01:00