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:
Chuck SmileyRekiere
2021-09-27 16:50:24 -06:00
parent 9d528702dd
commit 8e78b7af2a
2 changed files with 17 additions and 1 deletions

View File

@@ -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)