mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix assert on junos_lldp tx delay (#27752)
This commit is contained in:
committed by
GitHub
parent
a904f9c047
commit
3acd192843
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user