1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

workloads: Fix incorrect attribute name

Correct setting of attribute `clean_assets` to `cleanup_assets`
This commit is contained in:
Marc Bonnici
2018-06-20 11:06:53 +01:00
committed by setrofim
parent 0f2bd28284
commit d6c853ce59
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ class Gmail(ApkUiautoWorkload):
self.deployable_assets = [self.test_image]
if self.offline_mode:
self.deployable_assets.append('mailstore.tar')
self.clean_assets = True
self.cleanup_assets = True
def initialize(self, context):
super(Gmail, self).initialize(context)