mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fix nxos_vpc issues (#35868)
This commit is contained in:
parent
6264a55cdc
commit
80fcfdc0d1
3 changed files with 207 additions and 113 deletions
|
@ -61,6 +61,6 @@ class TestNxosVpcModule(TestNxosModule):
|
|||
peer_gw=True, auto_recovery=True))
|
||||
self.execute_module(changed=True, commands=[
|
||||
'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-keepalive destination 192.168.100.4 source 10.1.100.20',
|
||||
'peer-gateway', 'auto-recovery',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue