From f1054f575d90b8c56fca4ad3854392d58b60e103 Mon Sep 17 00:00:00 2001 From: Chris Van Heuveln Date: Fri, 23 Aug 2019 05:42:59 -0400 Subject: [PATCH] bfd_global: minor test-only fix (#60965) --- .../targets/nxos_bfd_global/tests/common/sanity.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/integration/targets/nxos_bfd_global/tests/common/sanity.yaml b/test/integration/targets/nxos_bfd_global/tests/common/sanity.yaml index d996819267f..8f9b7b141ce 100644 --- a/test/integration/targets/nxos_bfd_global/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_bfd_global/tests/common/sanity.yaml @@ -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