1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

target/descriptor: Add max_async generic target parameter

This commit is contained in:
Douglas Raillard 2023-07-31 16:03:58 +01:00 committed by Marc Bonnici
parent b9b02f83fc
commit 839242d636

View File

@ -198,6 +198,12 @@ COMMON_TARGET_PARAMS = [
description='''
A regex that matches the shell prompt on the target.
'''),
Parameter('max_async', kind=int, default=50,
description='''
The maximum number of concurent asynchronous connections to the
target maintained at any time.
'''),
]
COMMON_PLATFORM_PARAMS = [