This commit is contained in:
Chuck SmileyRekiere
2020-09-18 10:07:32 -06:00
parent 3eb751c83d
commit b9ab71db11

View File

@@ -953,17 +953,8 @@ def main():
break
if i == 1:
logg.info("WLC# prompt received after command sent")
try:
logg.info("9800 send exit")
egg.sendline("exit")
sleep(0.1)
except:
logg.info("9800 exception on exit")
sleep(1)
if i == 2:
egg.sendline("end")
sleep(0.2)
egg.sendline("exit")
sleep(0.1)
if i == 3:
logg.info("are you sure received after command sent")