Fix nxos_vpc issues (#28188)

* fix for nxos_vpc issues

* fix unit tests

* clean documentation
This commit is contained in:
saichint 2017-08-15 09:08:55 -07:00 committed by Nathaniel Case
parent 1d13624eae
commit d69440c4ef
11 changed files with 157 additions and 10 deletions

View file

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