1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wlauto/core
Sergei Trofimov 2276ae0c5b Fixing config processing for extensions with non-identifier names.
Internally, WA expects extension names to be valid Python identifiers.
When this is not the case, conversion takes place when loading
configuration for the extension (e.g. "trace-cmd" gets converted to
"trace_cmd").

The conversion is intended to be transparent to the user, so
configuration stores values as they are provided by the user, however it
needs to perform the conversion internally, e.g. when querying
ExtensionLoader. This conversion was missing when performing a lookup of
one of the internal structures, which was causing earlier-collected
settings to not be propagated into the final config.
2015-04-17 15:56:28 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
bootstrap.py Fixing initialization of ~/.workload_automation. 2015-03-13 10:25:31 +00:00
command.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
configuration.py Fixing config processing for extensions with non-identifier names. 2015-04-17 15:56:28 +01:00
device.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
entry_point.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
execution.py Updating result object to track their output directories. 2015-04-14 14:38:59 +01:00
extension_loader.py Improve error repoting when loading extensions 2015-04-13 08:25:56 +01:00
extension.py Fix Param documentation 2015-04-13 22:42:25 +01:00
exttype.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
instrumentation.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resolver.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
resource.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
result.py Updating result object to track their output directories. 2015-04-14 14:38:59 +01:00
signal.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
version.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
workload.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00