mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
fix nxos_hsrp issues (#38410)
* fix nxos_hsrp issues * shippable fix * add examples for md5 auth
This commit is contained in:
parent
c38617a736
commit
dabe5e6d07
3 changed files with 204 additions and 104 deletions
|
@ -59,7 +59,7 @@ class TestNxosHsrpModule(TestNxosModule):
|
|||
result = self.execute_module(changed=True)
|
||||
self.assertEqual(sorted(result['commands']), sorted(['config t',
|
||||
'interface ethernet1/2',
|
||||
'hsrp version 2',
|
||||
'hsrp version 1',
|
||||
'hsrp 10',
|
||||
'priority 150',
|
||||
'ip 192.0.2.2/8',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue