1
0
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:
setrofim 2016-01-13 08:20:53 +00:00
commit 5f2b25532b

View File

@ -106,6 +106,7 @@ class ApplaunchWorkload(Workload):
wfh.write(template.render(device=self.device, # pylint: disable=maybe-no-member wfh.write(template.render(device=self.device, # pylint: disable=maybe-no-member
sensors=self.sensors, sensors=self.sensors,
iterations=self.times, iterations=self.times,
cleanup=self.cleanup,
package=APP_CONFIG[self.app]['package'], package=APP_CONFIG[self.app]['package'],
activity=APP_CONFIG[self.app]['activity'], activity=APP_CONFIG[self.app]['activity'],
options=APP_CONFIG[self.app]['options'], options=APP_CONFIG[self.app]['options'],