1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-21 18:18:41 +00:00

ReventWorkload: Now kills all revent instances on teardown

Previously revent would be left running if a run was aborted.
This commit is contained in:
Sebastian Goscik 2016-06-01 15:29:25 +01:00
parent 17ce8d0fe9
commit 18d1f9f649

View File

@ -353,6 +353,7 @@ class ReventWorkload(Workload):
pass
def teardown(self, context):
self.device.killall('revent')
self.device.delete_file(self.on_device_setup_revent)
self.device.delete_file(self.on_device_run_revent)