mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	geekbench: Add missing package_names attribute
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user