mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +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:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user