mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +00:00
lf_ap_auto_test: Default upstream port to None
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -335,7 +335,7 @@ def main():
|
||||
)
|
||||
cv_add_base_parser(parser) # see cv_test_manager.py
|
||||
|
||||
parser.add_argument("-u", "--upstream", type=str, required=True,
|
||||
parser.add_argument("-u", "--upstream", type=str, default=None,
|
||||
help="Upstream port for wifi capacity test ex. 1.1.eth1")
|
||||
|
||||
parser.add_argument("--max_stations_2", type=int, default=-1,
|
||||
|
||||
Reference in New Issue
Block a user