sta_connect2.py : added epilog which contains a basic example

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-06-20 12:28:43 -06:00
committed by shivam
parent 722e24593a
commit 721de51f9a

View File

@@ -825,7 +825,14 @@ CLI Example for kpi.csv, variable tx/rx rates, and pdu size:
--dut_sw_version 5.4.5 --dut_serial_num 1234
---------------------------
""")
""",
epilog="""
---------------------------
CLI Example:
./sta_connect2.py --mgr localhost --dut_ssid <ssid> --dut_passwd <passwd> --dut_security wpa2
--upstream_port eth2 --radio wiphy1
"""
)
parser.add_argument("-m", "--mgr", type=str, help="address of the LANforge GUI machine (localhost is default)",
default='localhost')
parser.add_argument("-o", "--port", type=int, help="IP Port the LANforge GUI is listening on (8080 is default)",