mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-22 02:29:10 +00:00
Merge pull request #331 from jimboatarm/skype_fix
Create a function for launching skype application.
This commit is contained in:
commit
be2b14a575
@ -96,4 +96,7 @@ class Skype(AndroidUxPerfWorkload):
|
||||
|
||||
def setup(self, context):
|
||||
super(Skype, self).setup(context)
|
||||
self.launch_app()
|
||||
|
||||
def launch_app(self):
|
||||
self.device.execute('am start -W -a android.intent.action.VIEW -d skype:dummy?dummy')
|
||||
|
Loading…
x
Reference in New Issue
Block a user