mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	target/descriptor: Expose adb_as_root for AdbConnection
Expose devlib's AdbConnection `adb_as_root` parameter in the target descriptor. Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
This commit is contained in:
		
				
					committed by
					
						
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							6cd1c60715
						
					
				
				
					commit
					13f9c64513
				
			@@ -339,6 +339,12 @@ CONNECTION_PARAMS = {
 | 
			
		||||
            the destination size to appear the same over one or more sample
 | 
			
		||||
            periods, causing improper transfer cancellation.
 | 
			
		||||
            """),
 | 
			
		||||
        Parameter(
 | 
			
		||||
            'adb_as_root', kind=bool,
 | 
			
		||||
            default=False,
 | 
			
		||||
            description="""
 | 
			
		||||
            Specify whether the adb server should be started in root mode.
 | 
			
		||||
            """)
 | 
			
		||||
    ],
 | 
			
		||||
    SshConnection: [
 | 
			
		||||
        Parameter(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user