nxos_nxapi:configure:6k: Add platform excludes to test yamls (#55663)

`N6K` should be present wherever `N5K` is included/excluded.
pull/55708/head
Chris Van Heuveln 5 years ago committed by Trishna Guha
parent 4798368b13
commit 7ac28b25ff

@ -26,10 +26,10 @@
when: platform is match('N7K')
- include: targets/nxos_nxapi/tasks/platform/n5k/assert_changes_https.yaml
when: platform is match('N5K')
when: platform is search('N5K|N6K')
- include: targets/nxos_nxapi/tasks/platform/default/assert_changes_https.yaml
when: not ( platform is search('N7K')) and not (platform is search('N5K')) and not (platform is search('N35'))
when: platform is not search('N35|N5K|N6K|N7K')
- name: Configure NXAPI HTTPS again
nxos_nxapi: *configure_https
@ -60,7 +60,7 @@
when: platform is match('N5K')
- include: targets/nxos_nxapi/tasks/platform/default/assert_changes_https_http.yaml
when: not ( platform is search('N7K')) and not (platform is search('N5K')) and not (platform is search('N35'))
when: platform is not search('N35|N5K|N6K|N7K')
- name: Configure NXAPI HTTPS & HTTP again
nxos_nxapi: *configure_https_http
@ -90,7 +90,7 @@
when: platform is match('N5K')
- include: targets/nxos_nxapi/tasks/platform/default/assert_changes_https_http_ports.yaml
when: not ( platform is search('N7K')) and not (platform is search('N5K')) and not (platform is search('N35'))
when: platform is not search('N35|N5K|N6K|N7K')
- name: Configure different NXAPI HTTPS & HTTP ports again
nxos_nxapi: *configure_https_http_ports
@ -118,7 +118,7 @@
when: platform is match('N5K')
- include: targets/nxos_nxapi/tasks/platform/default/assert_changes_http.yaml
when: not ( platform is search('N7K')) and not (platform is search('N5K')) and not (platform is search('N35'))
when: platform is not search('N35|N5K|N6K|N7K')
- name: Configure NXAPI HTTP again
nxos_nxapi: *configure_http

Loading…
Cancel
Save