From ad69ef88e7e67d54e42ce8e9ceae4ceaf8c09be5 Mon Sep 17 00:00:00 2001 From: Mike Wiebe Date: Sat, 19 May 2018 00:02:59 -0400 Subject: [PATCH] Skip N35 and N3L platforms for nxos_evpn_global test (#40333) --- .../targets/nxos_evpn_global/tests/common/sanity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/nxos_evpn_global/tests/common/sanity.yaml b/test/integration/targets/nxos_evpn_global/tests/common/sanity.yaml index bf9d904506..d7e09b2536 100644 --- a/test/integration/targets/nxos_evpn_global/tests/common/sanity.yaml +++ b/test/integration/targets/nxos_evpn_global/tests/common/sanity.yaml @@ -52,7 +52,7 @@ - assert: *false - when: not ( platform is search('N3K')) + when: not ( platform is search('N3K|N35|N3L')) rescue: - debug: msg="connection={{ ansible_connection }} nxos_evpn_global sanity test - FALURE ENCOUNTERED"