summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_vxlan_vtep
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-07-02 09:43:51 -0400
committerGitHub <noreply@github.com>2018-07-02 09:43:51 -0400
commita1971259540ccc1be3df811252f5b832e7af2d87 (patch)
treedeac7c985fecc5fd1567f604308d211df68e7db2 /test/integration/targets/nxos_vxlan_vtep
parent1659951710a7a8468a65e76e31006dc972b4468a (diff)
downloadansible-a1971259540ccc1be3df811252f5b832e7af2d87.tar.gz
Nxos restore provider to nxapi tests (#41818)
* Quick and dirty sed to add provider * Manually verify the rest of the cases * Add missing provider
Diffstat (limited to 'test/integration/targets/nxos_vxlan_vtep')
-rw-r--r--test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml b/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml
index d6421b7123..e8360fdcba 100644
--- a/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml
+++ b/test/integration/targets/nxos_vxlan_vtep/tests/common/sanity.yaml
@@ -13,6 +13,7 @@
commands:
- feature nv overlay
match: none
+ provider: "{{ connection }}"
- block:
- name: configure vxlan_vtep
@@ -23,6 +24,7 @@
source_interface: Loopback0
source_interface_hold_down_time: 30
shutdown: false
+ provider: "{{ connection }}"
register: result
- assert: &true
@@ -45,6 +47,7 @@
source_interface_hold_down_time: default
source_interface: default
shutdown: true
+ provider: "{{ connection }}"
register: result
- assert: *true
@@ -65,6 +68,7 @@
host_reachability: true
source_interface: Loopback0
shutdown: false
+ provider: "{{ connection }}"
register: result
- assert:
@@ -86,6 +90,7 @@
host_reachability: false
source_interface: default
shutdown: true
+ provider: "{{ connection }}"
register: result
- assert: *true
@@ -106,6 +111,7 @@
source_interface: Loopback0
source_interface_hold_down_time: 30
shutdown: true
+ provider: "{{ connection }}"
state: absent
register: result
@@ -131,6 +137,7 @@
- name: "Disable feature nv overlay"
nxos_feature:
feature: nve
+ provider: "{{ connection }}"
state: disabled
ignore_errors: yes