mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +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