bfd_global: minor test-only fix (#60965)

pull/61240/head
Chris Van Heuveln 5 years ago committed by Trishna Guha
parent f0ef624cff
commit f1054f575d

@ -85,6 +85,16 @@
state: disabled
ignore_errors: yes
- name: feature bfd init
# 'feature bfd' init is slow on some platforms, retry on fail
nxos_bfd_global:
echo_interface: "{{ nd_echo }}"
delay: 3
retries: 1
register: result
until: result is not failed
ignore_errors: yes
- block:
- name: BFD non defaults
nxos_bfd_global: &bfd_non_def

Loading…
Cancel
Save