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:
parent
17ce8d0fe9
commit
18d1f9f649
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user