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: generic_android
|
||||||
device_config:
|
device_config:
|
||||||
adb_server: null
|
adb_server: null
|
||||||
|
adb_port: null
|
||||||
big_core: null
|
big_core: null
|
||||||
core_clusters: null
|
core_clusters: null
|
||||||
core_names: null
|
core_names: null
|
||||||
|
@ -308,6 +308,11 @@ CONNECTION_PARAMS = {
|
|||||||
description="""
|
description="""
|
||||||
ADB server to connect to.
|
ADB server to connect to.
|
||||||
"""),
|
"""),
|
||||||
|
Parameter(
|
||||||
|
'adb_port', kind=int,
|
||||||
|
description="""
|
||||||
|
ADB port to connect to.
|
||||||
|
"""),
|
||||||
Parameter(
|
Parameter(
|
||||||
'poll_transfers', kind=bool,
|
'poll_transfers', kind=bool,
|
||||||
default=True,
|
default=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user