mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix assert on junos_lldp tx delay (#27752)
This commit is contained in:
parent
a904f9c047
commit
3acd192843
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
that:
|
||||
- "result.changed == true"
|
||||
- result.diff.prepared | search("\+ *advertisement-interval 10")
|
||||
- result.diff.prepared | search("\+ *transmit-delay 30")
|
||||
- result.diff.prepared | search("\+ *transmit-delay 2")
|
||||
- result.diff.prepared | search("\+ *hold-multiplier 5")
|
||||
|
||||
- name: configure lldp parameters and enable lldp(idempotent)
|
||||
|
|
Loading…
Reference in a new issue