mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
Merge pull request #236 from jimboatarm/android_uxperf_workload
Android uxperf workload
This commit is contained in:
commit
b5c0bdb0eb
@ -516,10 +516,14 @@ class AndroidUxPerfWorkload(AndroidUiAutoBenchmark):
|
|||||||
# Turn class attribute into instance attribute
|
# Turn class attribute into instance attribute
|
||||||
self.deployable_assets = list(self.deployable_assets)
|
self.deployable_assets = list(self.deployable_assets)
|
||||||
|
|
||||||
|
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):
|
def setup(self, context):
|
||||||
super(AndroidUxPerfWorkload, self).setup(context)
|
super(AndroidUxPerfWorkload, self).setup(context)
|
||||||
self.push_assets(context)
|
self.push_assets(context)
|
||||||
self.uiauto_params['markers_enabled'] = self.markers_enabled
|
|
||||||
|
|
||||||
def teardown(self, context):
|
def teardown(self, context):
|
||||||
super(AndroidUxPerfWorkload, self).teardown(context)
|
super(AndroidUxPerfWorkload, self).teardown(context)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user