mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-20 03:54:50 +00:00
automatically use the created station
This commit is contained in:
@@ -217,6 +217,10 @@ def main():
|
|||||||
port = args.port
|
port = args.port
|
||||||
if (args.station != None):
|
if (args.station != None):
|
||||||
lfstation = args.station
|
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):
|
if (args.upstream_port != None):
|
||||||
upstream_port = args.upstream_port
|
upstream_port = args.upstream_port
|
||||||
if (args.lfmgr != None):
|
if (args.lfmgr != None):
|
||||||
|
|||||||
Reference in New Issue
Block a user