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:
		| @@ -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)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user