mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Change the transmit delay on junos_lldp test (#27750)
We are getting this error message: "Advertisement-interval should be greater than or equal to four times the tx-delay". Changing transmit delay to 2 meets that constraint.
This commit is contained in:
committed by
GitHub
parent
a34ef12d73
commit
a904f9c047
@@ -30,7 +30,7 @@
|
||||
junos_lldp:
|
||||
interval: 10
|
||||
hold_multiplier: 5
|
||||
transmit_delay: 30
|
||||
transmit_delay: 2
|
||||
state: present
|
||||
provider: "{{ netconf }}"
|
||||
register: result
|
||||
|
||||
Reference in New Issue
Block a user