mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	AndroidWorkload: Renamed package parameter to package_name
				
					
				
			Using the new instrumental based testing method, `package` is a reserved parameter and is not passed to the workload correctly.
This commit is contained in:
		| @@ -682,7 +682,7 @@ class AndroidUxPerfWorkload(AndroidUiAutoBenchmark): | ||||
|  | ||||
|     def validate(self): | ||||
|         super(AndroidUxPerfWorkload, self).validate() | ||||
|         self.uiauto_params['package'] = self.package | ||||
|         self.uiauto_params['package_name'] = self.package | ||||
|         self.uiauto_params['markers_enabled'] = self.markers_enabled | ||||
|  | ||||
|     def setup(self, context): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user