mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
Merge pull request #75 from chase-qi/fix-applaunch-cleanup
applaunch: pass cleanup argument to the template
This commit is contained in:
commit
5f2b25532b
@ -106,6 +106,7 @@ class ApplaunchWorkload(Workload):
|
||||
wfh.write(template.render(device=self.device, # pylint: disable=maybe-no-member
|
||||
sensors=self.sensors,
|
||||
iterations=self.times,
|
||||
cleanup=self.cleanup,
|
||||
package=APP_CONFIG[self.app]['package'],
|
||||
activity=APP_CONFIG[self.app]['activity'],
|
||||
options=APP_CONFIG[self.app]['options'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user