revert #43546 nxos terminal plugin (#43806)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/43809/head
Trishna Guha 6 years ago committed by GitHub
parent c5f37f6bd6
commit 5f8654e5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,6 @@ class TerminalModule(TerminalBase):
re.compile(br"user not present"),
re.compile(br"invalid (.+?)at '\^' marker", re.I),
re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I),
re.compile(br"Configure replace failed", re.I),
]
def on_become(self, passwd=None):

Loading…
Cancel
Save