1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 04:21:17 +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:
Marc Bonnici 2017-05-05 11:57:51 +01:00
parent f517e6c4da
commit 138c95745e

View File

@ -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):