mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +00:00
test_l3_powersave_traffic.py : added help
sta_connect_multi_example.py : updated arsparse Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -32,7 +32,8 @@ def main():
|
||||
description='''\
|
||||
Example of how to instantiate StaConnect and run the test
|
||||
''')
|
||||
args = parser.parse_args()
|
||||
#args = parser.parse_args() - add this line if adding arguments
|
||||
parser.parse_args()
|
||||
|
||||
# create multiple OPEN stations
|
||||
station_names = LFUtils.port_name_series(start_id=0, end_id=1)
|
||||
|
||||
Reference in New Issue
Block a user