1
0
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:
Sergei Trofimov 2017-11-29 11:42:10 +00:00 committed by marcbonnici
parent 31e08bf797
commit 0778766c8b

View File

@ -261,6 +261,7 @@ GEM5_PLATFORM_PARAMS = [
CONNECTION_PARAMS = {
AdbConnection: [
Parameter('device', kind=str,
aliases=['adb_name'],
description="""
ADB device name
"""),