mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
3ab0aa04de
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.