mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 10:38:37 +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
|
pass
|
||||||
|
|
||||||
def teardown(self, context):
|
def teardown(self, context):
|
||||||
|
self.device.killall('revent')
|
||||||
self.device.delete_file(self.on_device_setup_revent)
|
self.device.delete_file(self.on_device_setup_revent)
|
||||||
self.device.delete_file(self.on_device_run_revent)
|
self.device.delete_file(self.on_device_run_revent)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user