mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
Regression test updates and fixing some issues
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -137,13 +137,9 @@ class Layer3Test(LFCliBase):
|
||||
|
||||
def main():
|
||||
# This has --mgr, --mgr_port and --debug
|
||||
parser = LFCliBase.create_bare_argparse(prog="layer3_test.py", formatter_class=argparse.RawTextHelpFormatter, epilog="About This Script")
|
||||
parser = LFCliBase.create_basic_argparse(prog="layer3_test.py", formatter_class=argparse.RawTextHelpFormatter, epilog="About This Script")
|
||||
|
||||
# Adding More Arguments for custom use
|
||||
parser.add_argument('--ssid', help='--ssid of DUT', default="lexusdut")
|
||||
parser.add_argument('--passwd', help='--passwd of dut', default="[BLANK]")
|
||||
parser.add_argument('--radio', help='--radio to use on LANforge', default="wiphy1")
|
||||
parser.add_argument('--security', help='--security of dut', default="open")
|
||||
parser.add_argument('--test_duration', help='--test_duration sets the duration of the test', default="1m")
|
||||
parser.add_argument('--session_id', help='--session_id is for websocket', default="local")
|
||||
parser.add_argument('--num_client', type=int, help='--num_sta is number of stations you want to create', default=2)
|
||||
|
||||
Reference in New Issue
Block a user