summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_snmp_host
diff options
context:
space:
mode:
authorNathaniel Case <this.is@nathanielca.se>2018-05-30 13:03:20 -0400
committerGitHub <noreply@github.com>2018-05-30 13:03:20 -0400
commit82dfa542c249b46bf388c2d9424fcbcb299be0e1 (patch)
tree948a4b5dc1115fe2060ea32b394ca314503c7817 /test/integration/targets/nxos_snmp_host
parent91eb4a034e5bba147d337fabc5e17f6a85fbb17c (diff)
downloadansible-82dfa542c249b46bf388c2d9424fcbcb299be0e1.tar.gz
Replace bogus (but routeable) ip addresses with RFC 5737 example addresses (#40554)
* Remove 1.1.1.1 from *_config tests * remove from *_smoke and *_system * Miscellaneous other tests * Remove from module documentation as well * Remove from unit tests as well * Remove accidental duplication from rebase
Diffstat (limited to 'test/integration/targets/nxos_snmp_host')
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v1_trap.yaml10
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v2_inform.yaml10
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_inform.yaml10
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml10
4 files changed, 20 insertions, 20 deletions
diff --git a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v1_trap.yaml b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v1_trap.yaml
index 25f59a383a..67b8bac5b2 100644
--- a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v1_trap.yaml
+++ b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v1_trap.yaml
@@ -12,7 +12,7 @@
- name: Setup - Remove snmp_host if configured
nxos_snmp_host: &remove
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
version: "{{ snmp_version }}"
snmp_type: "{{ snmp_type }}"
@@ -27,7 +27,7 @@
- name: Configure snmp host
nxos_snmp_host: &config
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
version: "{{ snmp_version }}"
snmp_type: "{{ snmp_type }}"
@@ -53,7 +53,7 @@
- block:
- name: Add another vrf to filter
nxos_snmp_host: &config1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
vrf_filter: default
udp: 222
state: present
@@ -70,7 +70,7 @@
- name: remove some configuration
nxos_snmp_host: &rem1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
src_intf: "{{ intname|default(omit) }}"
vrf: management
@@ -89,7 +89,7 @@
- block:
- name: remove some more configuration
nxos_snmp_host: &rem2
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
vrf_filter: default
state: absent
diff --git a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v2_inform.yaml b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v2_inform.yaml
index 6bb4074f46..a6b9e90c66 100644
--- a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v2_inform.yaml
+++ b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v2_inform.yaml
@@ -12,7 +12,7 @@
- name: Setup - Remove snmp_host if configured
nxos_snmp_host: &remove
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
version: "{{ snmp_version }}"
snmp_type: "{{ snmp_type }}"
@@ -27,7 +27,7 @@
- name: Configure snmp host
nxos_snmp_host: &config
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
version: "{{ snmp_version }}"
snmp_type: "{{ snmp_type }}"
@@ -53,7 +53,7 @@
- block:
- name: Add another vrf to filter
nxos_snmp_host: &config1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
vrf_filter: default
udp: 222
state: present
@@ -70,7 +70,7 @@
- name: remove some configuration
nxos_snmp_host: &rem1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
src_intf: "{{ intname|default(omit) }}"
vrf: management
@@ -89,7 +89,7 @@
- block:
- name: remove some more configuration
nxos_snmp_host: &rem2
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
vrf_filter: default
state: absent
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 632ff2c3f8..c73921c87b 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
@@ -17,7 +17,7 @@
- name: Setup - Remove snmp_host if configured
nxos_snmp_host: &remove
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
version: "{{ snmp_version }}"
snmp_type: "{{ snmp_type }}"
@@ -32,7 +32,7 @@
- name: Configure snmp host
nxos_snmp_host: &config
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
v3: "{{ snmp_auth|default(omit) }}"
version: "{{ snmp_version }}"
@@ -58,7 +58,7 @@
- block:
- name: Add another vrf to filter
nxos_snmp_host: &config1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
vrf_filter: default
state: present
register: result
@@ -74,7 +74,7 @@
- name: remove some configuration
nxos_snmp_host: &rem1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
src_intf: "{{ intname|default(omit) }}"
vrf: management
vrf_filter: management
@@ -92,7 +92,7 @@
- block:
- name: remove some more configuration
nxos_snmp_host: &rem2
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
vrf_filter: default
state: absent
register: result
diff --git a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml
index c889093378..ffed7c4684 100644
--- a/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml
+++ b/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml
@@ -13,7 +13,7 @@
- name: Setup - Remove snmp_host if configured
nxos_snmp_host: &remove
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
udp: 222
v3: "{{ snmp_auth|default(omit) }}"
@@ -29,7 +29,7 @@
- name: Configure snmp host
nxos_snmp_host: &config
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
community: TESTING
udp: 222
v3: "{{ snmp_auth|default(omit) }}"
@@ -56,7 +56,7 @@
- block:
- name: Add another vrf to filter
nxos_snmp_host: &config1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
vrf_filter: default
state: present
@@ -73,7 +73,7 @@
- name: remove some configuration
nxos_snmp_host: &rem1
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
src_intf: "{{ intname|default(omit) }}"
vrf: management
@@ -92,7 +92,7 @@
- block:
- name: remove some more configuration
nxos_snmp_host: &rem2
- snmp_host: 3.3.3.3
+ snmp_host: 192.0.2.3
udp: 222
vrf_filter: default
state: absent