mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	cv-rvr: Fix up rvr test
And tweak a few others to not have default args so that if nothing is entered, defaults (or raw config lines/files content is used if it exists.) Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
		| @@ -243,7 +243,7 @@ def main(): | ||||
|  | ||||
|     cv_add_base_parser(parser)  # see cv_test_manager.py | ||||
|  | ||||
|     parser.add_argument("-u", "--upstream", type=str, default="1.1.eth2", | ||||
|     parser.add_argument("-u", "--upstream", type=str, default="", | ||||
|                         help="Upstream port for wifi capacity test ex. 1.1.eth2") | ||||
|  | ||||
|     parser.add_argument("--download_speed", default="", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben Greear
					Ben Greear