mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
Fix nxos_vpc issues (#28188)
* fix for nxos_vpc issues * fix unit tests * clean documentation
This commit is contained in:
parent
1d13624eae
commit
d69440c4ef
11 changed files with 157 additions and 10 deletions
|
@ -59,7 +59,7 @@ class TestNxosVpcModule(TestNxosModule):
|
|||
pkl_dest='192.168.100.4', pkl_src='10.1.100.20',
|
||||
peer_gw=True, auto_recovery=True))
|
||||
self.execute_module(changed=True, commands=[
|
||||
'vpc domain 100', 'role priority 32667', 'system-priority 2000',
|
||||
'vpc domain 100', 'terminal dont-ask', 'role priority 32667', 'system-priority 2000',
|
||||
'peer-keepalive destination 192.168.100.4 source 10.1.100.20 vrf management',
|
||||
'peer-gateway', 'auto-recovery',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue