1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa/framework/configuration
Brendan Jackman 016d68bfa0 PluginCache: Improve error message for ill-formed plugin config
Currently if you get confused and write a config with something like:

energy_measurement:
  acme_cape

Then you get an error when we try to 'iteritems' on the value
'acme_cape'. Instead, explicitly check for this case.
2017-10-06 18:00:38 +01:00
..
__init__.py Imports: Updated Imports 2017-04-20 11:49:53 +01:00
core.py framework/config: ensure correct type for param defaults 2017-10-06 12:52:57 +01:00
default.py Imports: Updated Imports 2017-04-20 11:49:53 +01:00
execution.py Implment output processing 2017-03-22 15:14:44 +00:00
parsers.py Parser: Fixes raising duplicate entry error. 2017-07-25 16:08:17 +01:00
plugin_cache.py PluginCache: Improve error message for ill-formed plugin config 2017-10-06 18:00:38 +01:00
tree.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00