mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	target/descriptor: Add max_async generic target parameter
This commit is contained in:
		
				
					committed by
					
						
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						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 = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user