Skip to content

Commit

Permalink
no tests for adb_remote3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 24, 2024
1 parent 8d958d1 commit 390de48
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions test/resources/device_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,21 +404,21 @@ DEVICES:
command_params:
serial_number: 'f57e6b77' # to create: adb -s f57e6b77 shell

ADB_REMOTE3:
DEVICE_CLASS: moler.device.adbremote3.AdbRemote3
INITIAL_STATE: UNIX_LOCAL
CONNECTION_HOPS:
UNIX_LOCAL:
UNIX_REMOTE:
execute_command: ssh # default value
command_params:
expected_prompt: 'remote#'
host: remote_host
login: remote_login
password: passwd4remote
set_timeout: null
UNIX_REMOTE:
ADB_SHELL:
execute_command: adb_shell # default value; default command is: adb shell
command_params:
serial_number: 'f57e6b77' # to create: adb -s f57e6b77 shell
# ADB_REMOTE3:
# DEVICE_CLASS: moler.device.adbremote3.AdbRemote3
# INITIAL_STATE: UNIX_LOCAL
# CONNECTION_HOPS:
# UNIX_LOCAL:
# UNIX_REMOTE:
# execute_command: ssh # default value
# command_params:
# expected_prompt: 'remote#'
# host: remote_host
# login: remote_login
# password: passwd4remote
# set_timeout: null
# UNIX_REMOTE:
# ADB_SHELL:
# execute_command: adb_shell # default value; default command is: adb shell
# command_params:
# serial_number: 'f57e6b77' # to create: adb -s f57e6b77 shell

0 comments on commit 390de48

Please sign in to comment.