mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +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:
		
				
					committed by
					
						 marcbonnici
						marcbonnici
					
				
			
			
				
	
			
			
			
						parent
						
							31e08bf797
						
					
				
				
					commit
					0778766c8b
				
			| @@ -261,6 +261,7 @@ GEM5_PLATFORM_PARAMS = [ | ||||
| CONNECTION_PARAMS = { | ||||
|     AdbConnection: [ | ||||
|         Parameter('device', kind=str, | ||||
|                 aliases=['adb_name'], | ||||
|                 description=""" | ||||
|                 ADB device name | ||||
|                 """), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user