mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 03:56:04 +00:00
target/descriptor: Support adb_port parameter
devlib/AdbConnection class supports customizing ADB port number. Enable that feature in WA side. Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
parent
6fc5340f2f
commit
412a785068
@ -373,6 +373,7 @@ below:
|
||||
device: generic_android
|
||||
device_config:
|
||||
adb_server: null
|
||||
adb_port: null
|
||||
big_core: null
|
||||
core_clusters: null
|
||||
core_names: null
|
||||
|
@ -308,6 +308,11 @@ CONNECTION_PARAMS = {
|
||||
description="""
|
||||
ADB server to connect to.
|
||||
"""),
|
||||
Parameter(
|
||||
'adb_port', kind=int,
|
||||
description="""
|
||||
ADB port to connect to.
|
||||
"""),
|
||||
Parameter(
|
||||
'poll_transfers', kind=bool,
|
||||
default=True,
|
||||
|
Loading…
Reference in New Issue
Block a user