From 0a17adb3df909cf1bfde32d79bc89ec39ee8dac5 Mon Sep 17 00:00:00 2001 From: Trishna Guha Date: Wed, 2 May 2018 18:06:34 +0530 Subject: [PATCH] fix nxos_vrf_af teardown for nxapi (#39599) Signed-off-by: Trishna Guha --- test/integration/targets/nxos_vrf_af/tests/common/sanity.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/nxos_vrf_af/tests/common/sanity.yaml b/test/integration/targets/nxos_vrf_af/tests/common/sanity.yaml index 6ae55d97dc6..76e2e7a078b 100644 --- a/test/integration/targets/nxos_vrf_af/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_vrf_af/tests/common/sanity.yaml @@ -156,5 +156,6 @@ feature: bgp state: disabled provider: "{{ connection }}" + ignore_errors: yes - debug: msg="END connection={{ ansible_connection }} nxos_vrf_af sanity test"