summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml')
-rw-r--r--test/integration/targets/nxos_snmp_host/tests/common/sanity_snmp_v3_trap.yaml7
1 files changed, 0 insertions, 7 deletions
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 2bb2d1466e..86895ff2ea 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
@@ -4,8 +4,6 @@
- set_fact: snmp_auth="priv"
- debug: msg="START connection={{ ansible_connection }} nxos_snmp_host {{ snmp_type }} {{ snmp_version }} sanity test"
-- debug: msg="Using provider={{ connection.transport }}"
- when: ansible_connection == "local"
# Select interface for test
- set_fact: intname="{{ nxos_int1 }}"
@@ -22,7 +20,6 @@
vrf: management
vrf_filter: management
src_intf: "{{ intname|default(omit) }}"
- provider: "{{ connection }}"
state: absent
ignore_errors: yes
@@ -39,7 +36,6 @@
vrf: management
vrf_filter: management
src_intf: "{{ intname|default(omit) }}"
- provider: "{{ connection }}"
state: present
register: result
@@ -61,7 +57,6 @@
snmp_host: 192.0.2.3
udp: 222
vrf_filter: default
- provider: "{{ connection }}"
state: present
register: result
@@ -81,7 +76,6 @@
src_intf: "{{ intname|default(omit) }}"
vrf: management
vrf_filter: management
- provider: "{{ connection }}"
state: absent
register: result
@@ -99,7 +93,6 @@
snmp_host: 192.0.2.3
udp: 222
vrf_filter: default
- provider: "{{ connection }}"
state: absent
register: result