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 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
..
assets/bin tools/revent: further fixes 2017-09-29 09:48:25 +01:00
commands commands/run: update "--disable" option 2017-11-03 17:33:32 +00:00
framework framework/workload: fix asset_files and deployed_assets 2017-11-22 09:22:21 +00:00
instrumentation instrumentation/dmesg: Fix missing @slow decorator 2017-10-23 17:10:39 +01:00
processors csvproc: Fix process_run_output 2017-11-06 18:21:26 +00:00
tools/revent tools/revent: further fixes 2017-09-29 09:48:25 +01:00
utils utils/types: fix toggle_set docstring 2017-11-03 17:33:32 +00:00
workloads GoogleSlides: Ported workload from WA2 2017-11-15 14:47:36 +00:00
__init__.py wa: Add ApkWorkload to default imports 2017-09-28 13:09:28 +01:00