mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
cisco_wifi_ctl.py: changed the expect string since looking for exact
This commit is contained in:
@@ -880,8 +880,8 @@ def main():
|
|||||||
CCPROMPT = args.prompt #'\(Voice-Talwar\) >'
|
CCPROMPT = args.prompt #'\(Voice-Talwar\) >'
|
||||||
LEGACY_PROMPT = "(cisco) >"
|
LEGACY_PROMPT = "(cisco) >"
|
||||||
LOGOUTPROMPT = 'User:'
|
LOGOUTPROMPT = 'User:'
|
||||||
EXITPROMPT = "Would you like to save them now\? \(y/N\)"
|
EXITPROMPT = "Would you like to save them now? (y/N)"
|
||||||
AREYOUSURE = "Are you sure you want to continue\? \(y/n\)"
|
AREYOUSURE = "Are you sure you want to continue? (y/n)"
|
||||||
CLOSEDBYREMOTE = "closed by remote host."
|
CLOSEDBYREMOTE = "closed by remote host."
|
||||||
CLOSEDCX = "Connection to .* closed."
|
CLOSEDCX = "Connection to .* closed."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user