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
Sergei Trofimov 9257a787f9 fw/output: add metadata attribute to Result
Metadata is a key-value mapping for arbitrary data, similar to
classifiers. Unlike classifiers, metadata does not directly relate to
the results of the execution, but to the execution itself, and typically
would not be processed by Output Processors in the same way as
classifiers. Metadata can also be a lot more free-form in it's value
structure; while classifier values are simple scalars, metadata values
can be arbitrary POD structures.
2018-05-25 10:21:06 +01:00
..
configuration config/core: Re-add by_spec reboot policy 2018-05-25 10:02:17 +01:00
target framework/tm: Ensure RebootPolicy is respected with unresponsive target 2018-05-23 10:14:34 +01:00
uiauto BaseUiAutomator: fix uiDeviceSwipeVertical 2018-04-06 09:48:29 +01:00
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
command.py framework/command: Fix help string for --config cmdline argument 2017-11-06 16:41:01 +00:00
entrypoint.py fw/entrypoint: log commit hash if possible 2018-05-09 16:44:27 +01:00
exception.py framework/exception: add ExecutionError 2018-03-08 11:18:12 +00:00
execution.py fw/output: add metadata attribute to Result 2018-05-25 10:21:06 +01:00
getters.py framework/getters: Ignore connection errors with HTTP getter 2018-04-06 09:40:05 +01:00
host.py framework/host: Fix Typo 2018-05-24 11:49:10 +01:00
instrument.py framework/tm: Ensure RebootPolicy is respected with unresponsive target 2018-05-23 10:14:34 +01:00
job.py fw/job: add missing log indents 2018-05-24 17:44:03 +01:00
output_processor.py fw: fix job logging indent 2018-05-14 17:05:06 +01:00
output.py fw/output: add metadata attribute to Result 2018-05-25 10:21:06 +01:00
plugin.py framework/pluginloader: Make sure to also clear aliases 2018-05-24 16:57:47 +01:00
pluginloader.py fw/config: add plugin_paths property to settings 2018-04-10 10:29:44 +01:00
resource.py utils/log: add indentcontext 2018-05-09 15:06:31 +01:00
run.py framework/run: Calm pylint 2017-12-07 15:37:49 +00:00
signal.py fw: fix error logging 2018-03-08 11:18:12 +00:00
version.py fw/version: add get_wa_version_with_commit 2018-05-09 16:44:27 +01:00
workload.py framework/workload: Fix typos 2018-05-22 17:18:40 +01:00