mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
improve log out 9800
This commit is contained in:
@@ -799,6 +799,9 @@ def main():
|
|||||||
break
|
break
|
||||||
|
|
||||||
|
|
||||||
|
if args.series == "9800":
|
||||||
|
pass
|
||||||
|
else:
|
||||||
egg.sendline("logout")
|
egg.sendline("logout")
|
||||||
print("logout")
|
print("logout")
|
||||||
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)
|
i = egg.expect([LOGOUTPROMPT, EXITPROMPT, CLOSEDBYREMOTE, CLOSEDCX,pexpect.TIMEOUT],timeout=3)
|
||||||
|
|||||||
Reference in New Issue
Block a user