1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00
workload-automation/wa
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
..
assets/bin tools/revent: further fixes 2017-09-29 09:48:25 +01:00
commands commands/workload_templates: Fix validate method in template 2017-12-11 08:04:49 +00:00
framework framework/target: fix TargetInfo deserialization 2017-12-13 15:55:38 +00:00
instrumentation instrument/energy: add support for Juno on-board measurement 2017-12-12 10:07:04 +00:00
processors processors: add targz processor 2017-12-11 10:07:21 +00:00
tools/revent tools/revent: further fixes 2017-09-29 09:48:25 +01:00
utils Run autoflake to remove unused imports & variables 2017-12-07 15:37:49 +00:00
workloads workloads/dhrystone: Remove trailing whitespace 2017-12-08 10:46:29 +00:00
__init__.py Remove trainling newlines 2017-12-07 15:37:49 +00:00