mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 20:11:20 +00:00
geekbench: Add missing package_names attribute
This commit is contained in:
parent
1bd19d9af3
commit
ba01d011c5
@ -106,6 +106,10 @@ class Geekbench(ApkUiautoWorkload):
|
||||
def package(self):
|
||||
return self.versions[self.version]['package']
|
||||
|
||||
@property
|
||||
def package_names(self):
|
||||
return [self.package]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(Geekbench, self).__init__(*args, **kwargs)
|
||||
self.gui.uiauto_params['version'] = self.version
|
||||
|
Loading…
x
Reference in New Issue
Block a user