From a904f9c0475c364c4a390acfeba27ef88c578f06 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 4 Aug 2017 12:04:42 +0200 Subject: [PATCH] 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. --- test/integration/targets/junos_lldp/tests/netconf/basic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/junos_lldp/tests/netconf/basic.yaml b/test/integration/targets/junos_lldp/tests/netconf/basic.yaml index 428d425cb6..5d2a778ba1 100644 --- a/test/integration/targets/junos_lldp/tests/netconf/basic.yaml +++ b/test/integration/targets/junos_lldp/tests/netconf/basic.yaml @@ -30,7 +30,7 @@ junos_lldp: interval: 10 hold_multiplier: 5 - transmit_delay: 30 + transmit_delay: 2 state: present provider: "{{ netconf }}" register: result