1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00
workload-automation/wlauto/core
Sergei Trofimov 5ceb093f3c Improving agenda validation
- raise an error if an agenda contains duplicate keys (by default PyYAML
  will silently ignore this)
- raise an error if config section in an agenda is not dict-like
  (before, this was allowed to propagate and relsulted an a traceback
  further down the line).
2015-04-27 16:36:30 +01:00
..
__init__.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
agenda.py Improving agenda validation 2015-04-27 16:36:30 +01:00
bootstrap.py Fix to initial ~/.workload_automation deployment when sudoing 2015-04-24 10:05:13 +01:00
command.py Initial commit of open source Workload Automation. 2015-03-10 13:09:31 +00:00
configuration.py Fix trace-cmd after 2276ae0c5b 2015-04-17 20:10:25 +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 Sent INITIAL_BOOT signal in hard reset path during intial boot 2015-04-24 17:51:55 +01:00
extension_loader.py Fix: correctly handle non-identifier alias names 2015-04-27 11:57:34 +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 All using idetifier version of non-identifier named instruments in configuration. 2015-04-20 09:18:49 +01: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