fix conflict nxos tests (#35078)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2018-01-19 10:53:05 +05:30 committed by Toshio Kuratomi
parent d16b5c23c9
commit 128ee6f48f
6 changed files with 11 additions and 23 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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