1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 12:24:32 +00:00
Sergei Trofimov 73a530917a framework/workload: fix asset_files and deployed_assets
These two lists are updated by workloads as assets are discovered and
deployed. As these are defined as class attributes in the base Workload
class, the same two list instances are shared between all classes. This
results in subsequent workloads re-deploying assets from the previous
workloads, and may lead to mismatches with deployable_assets, which is
overwritten on per-workload basis.

Make these into instance attriutes to prevent these issues.
2017-11-22 09:22:21 +00:00
..
2017-02-21 15:02:28 +00:00
2017-02-21 15:02:28 +00:00
2017-04-20 11:49:53 +01:00
2017-10-23 12:28:49 +01:00
2017-11-03 14:07:44 +00:00
2017-02-21 15:02:28 +00:00