mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	lf_mesh_test.py 85% the argsparser needs 85%%
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
		@@ -246,9 +246,9 @@ def main():
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    parser.add_argument("-u", "--upstream", type=str, default="",
 | 
					    parser.add_argument("-u", "--upstream", type=str, default="",
 | 
				
			||||||
                        help="Upstream port for wifi capacity test ex. 1.1.eth2")
 | 
					                        help="Upstream port for wifi capacity test ex. 1.1.eth2")
 | 
				
			||||||
 | 
					    # argparse uses the % formatting so use %%
 | 
				
			||||||
    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