mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -07:00
roll up of bug fixs for nxos_evpn_global (#21961)
* updates nxos_evpn_global module * adds integration test cases * adds unit test cases
This commit is contained in:
parent
06acf8ac2e
commit
0cb2019293
12 changed files with 260 additions and 120 deletions
|
@ -78,7 +78,7 @@ class ActionModule(_ActionModule):
|
|||
# enable mode and not config module
|
||||
rc, out, err = connection.exec_command('prompt()')
|
||||
while str(out).strip().endswith(')#'):
|
||||
display.debug('wrong context, sending exit to device', self._play_context.remote_addr)
|
||||
display.vvvv('wrong context, sending exit to device', self._play_context.remote_addr)
|
||||
connection.exec_command('exit')
|
||||
rc, out, err = connection.exec_command('prompt()')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue