mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
automatically use the created station
This commit is contained in:
@@ -217,6 +217,10 @@ def main():
|
||||
port = args.port
|
||||
if (args.station != None):
|
||||
lfstation = args.station
|
||||
if (args.create_station != None):
|
||||
lfstation = args.create_station
|
||||
if (args.station != None):
|
||||
print("NOTE: both station: {} and create_station: {} on command line, test will use create_station {} ".format(args.station, args.create_station, args.create_station))
|
||||
if (args.upstream_port != None):
|
||||
upstream_port = args.upstream_port
|
||||
if (args.lfmgr != None):
|
||||
|
||||
Reference in New Issue
Block a user