mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
fix nxos_evpn_vni issues (#35930)
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user