fix nxos_vpc issues (#35868)

This commit is contained in:
saichint 2018-02-08 05:20:37 -08:00 committed by Trishna Guha
commit 80fcfdc0d1
3 changed files with 207 additions and 113 deletions

View file

@ -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',
])