mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add new configurations for nxos_vxlan_vtep (#47834)
* add new commands for vxlan * review comments * fix unit test * fix sanity yaml spaces
This commit is contained in:
@@ -48,7 +48,7 @@ class TestNxosVxlanVtepVniModule(TestNxosModule):
|
||||
|
||||
def test_nxos_vxlan_vtep(self):
|
||||
set_module_args(dict(interface='nve1', description='simple description'))
|
||||
self.execute_module(changed=True, commands=['interface nve1', 'description simple description'])
|
||||
self.execute_module(changed=True, commands=['interface nve1', 'terminal dont-ask', 'description simple description'])
|
||||
|
||||
def test_nxos_vxlan_vtep_present_no_change(self):
|
||||
set_module_args(dict(interface='nve1'))
|
||||
|
||||
Reference in New Issue
Block a user