mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
workloads/gfxbench: Fix incorrect parameter name
This commit is contained in:
parent
cd6f4541ca
commit
3967071a5e
@ -56,7 +56,7 @@ class Gfxbench(ApkUiautoWorkload):
|
|||||||
def __init__(self, target, **kwargs):
|
def __init__(self, target, **kwargs):
|
||||||
super(Gfxbench, self).__init__(target, **kwargs)
|
super(Gfxbench, self).__init__(target, **kwargs)
|
||||||
self.gui.timeout = self.timeout
|
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):
|
def update_output(self, context):
|
||||||
super(Gfxbench, self).update_output(context)
|
super(Gfxbench, self).update_output(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user