mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
fix nxos_evpn_vni issues (#35930)
This commit is contained in:
parent
54e0327e5d
commit
c7305393a3
3 changed files with 56 additions and 25 deletions
|
@ -57,7 +57,8 @@ class TestNxosEvpnVniModule(TestNxosModule):
|
|||
result = self.execute_module(changed=True)
|
||||
self.assertEqual(result['commands'], ['evpn',
|
||||
'vni 6000 l2',
|
||||
'route-target import 5000:10'])
|
||||
'route-target import 5000:10',
|
||||
'no route-target import auto'])
|
||||
|
||||
def test_nxos_evpn_vni_absent_not_existing(self):
|
||||
set_module_args(dict(vni='12000', state='absent'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue