1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00

Add package name to uiautomator params in AndroidUxPerfWorkload

The package name is common to all workloads that inherit from this
class and is used when locating UI elements.
This commit is contained in:
John Richardson 2016-08-31 14:44:21 +01:00
parent cab9d918ab
commit 502b0ed4b3

View File

@ -518,6 +518,7 @@ class AndroidUxPerfWorkload(AndroidUiAutoBenchmark):
def validate(self):
super(AndroidUxPerfWorkload, self).validate()
self.uiauto_params['package'] = self.package
self.uiauto_params['markers_enabled'] = self.markers_enabled
def setup(self, context):