summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml')
-rw-r--r--test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml b/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml
index 5cf9ca6d56..00f8b7a02a 100644
--- a/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml
+++ b/test/integration/targets/nxos_ospf_vrf/tests/common/sanity.yaml
@@ -1,7 +1,5 @@
---
- debug: msg="START connection={{ ansible_connection }} nxos_ospf_vrf sanity test"
-- debug: msg="Using provider={{ connection.transport }}"
- when: ansible_connection == "local"
- set_fact: def_met_default="default"
# CSCvi74876 Cannot remove default-metric
@@ -10,7 +8,6 @@
- name: "Setup: disable features for initial cleanup"
nxos_feature:
feature: "{{ item }}"
- provider: "{{ connection }}"
state: disabled
loop: ['ospf', 'bfd']
ignore_errors: yes
@@ -18,7 +15,6 @@
- name: "Enable features"
nxos_feature:
feature: "{{ item }}"
- provider: "{{ connection }}"
state: enabled
loop: ['ospf', 'bfd']
@@ -36,7 +32,6 @@
vrf: test
bfd: enable
passive_interface: true
- provider: "{{ connection }}"
state: present
register: result
@@ -64,7 +59,6 @@
vrf: default
bfd: disable
passive_interface: true
- provider: "{{ connection }}"
state: present
register: result
@@ -85,7 +79,6 @@
timer_throttle_spf_hold: default
passive_interface: false
vrf: default
- provider: "{{ connection }}"
state: present
register: result
@@ -101,7 +94,6 @@
nxos_ospf_vrf: &unconfig1
ospf: 2
vrf: default
- provider: "{{ connection }}"
state: absent
register: result
@@ -118,7 +110,6 @@
nxos_ospf_vrf: &unconfig
ospf: 1
vrf: test
- provider: "{{ connection }}"
state: absent
register: result
@@ -135,7 +126,6 @@
- name: "Disable features"
nxos_feature:
feature: "{{ item }}"
- provider: "{{ connection }}"
state: disabled
loop: ['ospf', 'bfd']
ignore_errors: yes