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 3ab0aa04de framework/target: fix TargetInfo deserialization
Fix TargetInfo.from_pod(). As part of creating the POD, some of devlib's
classes such as Cpuinfo, get serialized. Since they are from devlib,
they do not implement WA's serialization interface, and are instead
serialized by extracting their internal structures. They are then not
deserialized properly, since their __init__'s expect text rather than
parsed structures.

This implements deserialization functions for these classes which
initialize them properly from TargetInfo POD.
2017-12-13 15:55:38 +00:00
..
configuration Revert "DO NOT MERGE: stub out broken method" 2017-12-07 15:45:38 +00:00
target framework/target: fix TargetInfo deserialization 2017-12-13 15:55:38 +00:00
uiauto Framework/Uiauto: Add support for Applaunch 2017-11-28 08:12:31 +00:00
__init__.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
agenda.py framework/agenda: Calm pylint 2017-12-07 15:37:49 +00:00
command.py framework/command: Fix help string for --config cmdline argument 2017-11-06 16:41:01 +00:00
entrypoint.py framework/entrypoint: Calm pylint 2017-12-07 15:37:49 +00:00
exception.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
execution.py framework/execution: Add basic docstring for Runner class 2017-12-07 15:37:49 +00:00
getters.py framework/getters: Calm pylint 2017-12-07 15:37:49 +00:00
host.py framework/host: Add missing import 2017-12-07 15:37:49 +00:00
instrumentation.py Run autoflake to remove unused imports & variables 2017-12-07 15:37:49 +00:00
job.py framework/job: Calm pylint 2017-12-07 15:37:49 +00:00
output.py framework/output: Whitespace 2017-12-07 15:37:49 +00:00
plugin.py framework/plugin: Calm pylint 2017-12-07 15:37:49 +00:00
pluginloader.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
processor.py framework: set context for loggers 2017-10-23 12:28:49 +01:00
resource.py Run autoflake to remove unused imports & variables 2017-12-07 15:37:49 +00:00
run.py framework/run: Calm pylint 2017-12-07 15:37:49 +00:00
signal.py Run autoflake to remove unused imports & variables 2017-12-07 15:37:49 +00:00
version.py WA3 Exsisting Code 2017-02-21 15:02:28 +00:00
workload.py framework/workload: Calm pylint 2017-12-07 15:37:49 +00:00