1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 19:01:15 +01:00

AndroidDevice: Removed duplicate parameter

This commit is contained in:
Sebastian Goscik 2016-02-03 11:23:21 +00:00
parent 7ad8b8522b
commit dec574e59e

View File

@ -78,8 +78,6 @@ class AndroidDevice(BaseLinuxDevice): # pylint: disable=W0223
If set a swipe of the specified direction will be performed. If set a swipe of the specified direction will be performed.
This should unlock the screen. This should unlock the screen.
"""), """),
Parameter('binaries_directory', default="/data/local/tmp", override=True,
description='Location of executable binaries on this device (must be in PATH).'),
] ]
default_timeout = 30 default_timeout = 30