mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +00:00 
			
		
		
		
	workloads/gfxbench: Fix incorrect parameter name
This commit is contained in:
		| @@ -56,7 +56,7 @@ class Gfxbench(ApkUiautoWorkload): | ||||
|     def __init__(self, target, **kwargs): | ||||
|         super(Gfxbench, self).__init__(target, **kwargs) | ||||
|         self.gui.timeout = self.timeout | ||||
|         self.gui.uiauto_params['tests'] = self.test_list | ||||
|         self.gui.uiauto_params['tests'] = self.tests | ||||
|  | ||||
|     def update_output(self, context): | ||||
|         super(Gfxbench, self).update_output(context) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user