mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
cisco_wifi_ctl.py : create_wlan
This commit is contained in:
@@ -1198,6 +1198,7 @@ def main():
|
||||
if (args.action == "create_wlan" and ((args.wlanID is None) or (args.wlan is None))):
|
||||
raise Exception("wlan and wlanID is required an")
|
||||
if (args.action == "create_wlan"):
|
||||
logg.info("create_wlan wlanID {} wlan {}".format(args.wlanID, args.wlan))
|
||||
if args.series == "9800":
|
||||
egg.sendline("config t")
|
||||
sleep(0.4)
|
||||
|
||||
Reference in New Issue
Block a user