mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
framework/target: add adb_name alias
Add "adb_name" alias for "device" parameter of AdbConnection in order to be backwards-compatible with WA2.
This commit is contained in:
parent
31e08bf797
commit
0778766c8b
@ -261,6 +261,7 @@ GEM5_PLATFORM_PARAMS = [
|
||||
CONNECTION_PARAMS = {
|
||||
AdbConnection: [
|
||||
Parameter('device', kind=str,
|
||||
aliases=['adb_name'],
|
||||
description="""
|
||||
ADB device name
|
||||
"""),
|
||||
|
Loading…
x
Reference in New Issue
Block a user