bfd_global: minor test-only fix (#60965)
This commit is contained in:
parent
f0ef624cff
commit
f1054f575d
1 changed files with 10 additions and 0 deletions
|
@ -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…
Reference in a new issue