Skip N35 and N3L platforms for nxos_evpn_global test (#40333)

pull/35218/merge
Mike Wiebe 6 years ago committed by Trishna Guha
parent 1190591e3c
commit ad69ef88e7

@ -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"

Loading…
Cancel
Save