1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 12:24:32 +00:00
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
..
2017-02-21 15:02:28 +00:00
2017-12-07 15:37:49 +00:00
2017-12-07 15:37:49 +00:00
2017-12-07 15:37:49 +00:00
2017-12-07 15:37:49 +00:00
2017-12-07 15:37:49 +00:00
2017-12-07 15:37:49 +00:00
2017-12-07 15:37:49 +00:00
2017-02-21 15:02:28 +00:00
2017-12-07 15:37:49 +00:00