summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
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_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
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_snmp_host/tests/common/sanity_snmp_v3_inform.yaml')
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
index c73921c87b..ec04594494 100644
--- a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
+++ b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml
@@ -25,6 +25,7 @@
vrf: management
vrf_filter: management
src_intf: "{{ intname|default(omit) }}"
+ provider: "{{ connection }}"
state: absent
ignore_errors: yes
@@ -40,6 +41,7 @@
vrf: management
vrf_filter: management
src_intf: "{{ intname|default(omit) }}"
+ provider: "{{ connection }}"
state: present
register: result
@@ -60,6 +62,7 @@
nxos_snmp_host: &config1
snmp_host: 192.0.2.3
vrf_filter: default
+ provider: "{{ connection }}"
state: present
register: result
@@ -78,6 +81,7 @@
src_intf: "{{ intname|default(omit) }}"
vrf: management
vrf_filter: management
+ provider: "{{ connection }}"
state: absent
register: result
@@ -94,6 +98,7 @@
nxos_snmp_host: &rem2
snmp_host: 192.0.2.3
vrf_filter: default
+ provider: "{{ connection }}"
state: absent
register: result