mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01: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