1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

target/descriptor: Expose adb_as_root for AdbConnection

Expose devlib's AdbConnection `adb_as_root` parameter in the target
descriptor.

Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
This commit is contained in:
Kajetan Puchalski 2023-08-21 12:56:57 +01:00 committed by Marc Bonnici
parent 6cd1c60715
commit 13f9c64513

View File

@ -339,6 +339,12 @@ CONNECTION_PARAMS = {
the destination size to appear the same over one or more sample the destination size to appear the same over one or more sample
periods, causing improper transfer cancellation. periods, causing improper transfer cancellation.
"""), """),
Parameter(
'adb_as_root', kind=bool,
default=False,
description="""
Specify whether the adb server should be started in root mode.
""")
], ],
SshConnection: [ SshConnection: [
Parameter( Parameter(