mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 03:56:04 +00:00
target/descriptor: Add max_async generic target parameter
This commit is contained in:
parent
b9b02f83fc
commit
839242d636
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user