mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
Workload: Move gui deployment into setup
Ensures that the correct workload gui is deployed before each iteration.
This commit is contained in:
parent
0b245ac2c8
commit
5232bc3504
@ -194,10 +194,10 @@ class ApkUIWorkload(ApkWorkload):
|
|||||||
|
|
||||||
def initialize(self, context):
|
def initialize(self, context):
|
||||||
super(ApkUIWorkload, self).initialize(context)
|
super(ApkUIWorkload, self).initialize(context)
|
||||||
self.gui.deploy()
|
|
||||||
|
|
||||||
def setup(self, context):
|
def setup(self, context):
|
||||||
super(ApkUIWorkload, self).setup(context)
|
super(ApkUIWorkload, self).setup(context)
|
||||||
|
self.gui.deploy()
|
||||||
self.gui.setup()
|
self.gui.setup()
|
||||||
|
|
||||||
def run(self, context):
|
def run(self, context):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user