fix conflict nxos tests (#35078)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
d16b5c23c9
commit
128ee6f48f
6 changed files with 11 additions and 23 deletions
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
||||
- name: "Disable feature BGP"
|
||||
nxos_feature:
|
||||
|
@ -69,4 +67,4 @@
|
|||
provider: "{{ connection }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="END TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
||||
- name: "Disable feature BGP"
|
||||
nxos_feature:
|
||||
|
@ -82,4 +80,4 @@
|
|||
provider: "{{ connection }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="END TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
||||
- name: "Disable feature BGP"
|
||||
nxos_feature:
|
||||
|
@ -65,4 +63,4 @@
|
|||
provider: "{{ connection }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="END TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
||||
- name: "Disable feature BGP"
|
||||
nxos_feature:
|
||||
|
@ -273,4 +271,4 @@
|
|||
provider: "{{ connection }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="END TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
||||
- name: "Disable feature BGP"
|
||||
nxos_feature:
|
||||
|
@ -103,4 +101,4 @@
|
|||
provider: "{{ connection }}"
|
||||
ignore_errors: yes
|
||||
|
||||
- debug: msg="END connection={{ ansible_connection }} nxos_bgp parameter test"
|
||||
- debug: msg="END TRANSPORT:{{ connection.transport }} nxos_bgp parameter test"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
- debug: msg="START connection={{ ansible_connection }} nxos_vxlan_vtep sanity test"
|
||||
- debug: msg="Using provider={{ connection.transport }}"
|
||||
when: ansible_connection == "local"
|
||||
- debug: msg="START TRANSPORT:{{ connection.transport }} nxos_vxlan_vtep sanity test"
|
||||
|
||||
- block:
|
||||
- name: "Apply N7K specific setup config"
|
||||
|
|
Loading…
Reference in a new issue