1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 06:34:13 +00:00

AppShare: Updated to use new method of uiautomator parameter passing.

This commit is contained in:
Marc Bonnici
2017-02-21 17:21:22 +00:00
parent f76d9f9a1f
commit 7f85da6633
3 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ class AppShare(AndroidUxPerfWorkload):
self.uiauto_params['recipient'] = self.email_recipient
self.uiauto_params['my_id'] = self.skype_login_name
self.uiauto_params['my_pwd'] = self.skype_login_pass
self.uiauto_params['name'] = self.skype_contact_name.replace(' ', '0space0')
self.uiauto_params['name'] = self.skype_contact_name
# Only accept certain image formats
if os.path.splitext(self.test_image.lower())[1] not in ['.jpg', '.jpeg', '.png']:
raise ValidationError('{} must be a JPEG or PNG file'.format(self.test_image))