mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 12:48:00 +00:00 
			
		
		
		
	lf_rvr_test.py the '%' cases issues for the args parser
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -240,7 +240,7 @@ def main():
 | 
				
			|||||||
    parser.add_argument("--dut", default="",
 | 
					    parser.add_argument("--dut", default="",
 | 
				
			||||||
                        help="Specify DUT used by this test, example: linksys-8450")
 | 
					                        help="Specify DUT used by this test, example: linksys-8450")
 | 
				
			||||||
    parser.add_argument("--download_speed", default="",
 | 
					    parser.add_argument("--download_speed", default="",
 | 
				
			||||||
                        help="Specify requested download speed.  Percentage of theoretical is also supported.  Default: 85%")
 | 
					                        help="Specify requested download speed.  Percentage of theoretical is also supported.  Default: 85")
 | 
				
			||||||
    parser.add_argument("--upload_speed", default="",
 | 
					    parser.add_argument("--upload_speed", default="",
 | 
				
			||||||
                        help="Specify requested upload speed.  Percentage of theoretical is also supported.  Default: 0")
 | 
					                        help="Specify requested upload speed.  Percentage of theoretical is also supported.  Default: 0")
 | 
				
			||||||
    parser.add_argument("--duration", default="",
 | 
					    parser.add_argument("--duration", default="",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user