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/target
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
..
__init__.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
assistant.py TM: Update and Refactor 2017-04-05 11:51:29 +01:00
config.py New target description + moving target stuff under "framework" 2017-03-06 11:10:25 +00:00
descriptor.py framework/target: add shell_prompt target param. 2017-12-12 10:07:04 +00:00
info.py framework/target: fix TargetInfo deserialization 2017-12-13 15:55:38 +00:00
manager.py Run autoflake to remove unused imports & variables 2017-12-07 15:37:49 +00:00
runtime_config.py framework/target: wait 20 sec for network to show up 2017-11-17 07:53:16 +00:00
runtime_parameter_manager.py Run autoflake to remove unused imports & variables 2017-12-07 15:37:49 +00:00