summaryrefslogtreecommitdiff
path: root/test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml')
-rw-r--r--test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml b/test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml
deleted file mode 100644
index 2286b02ad3..0000000000
--- a/test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-- debug:
- msg: "START iosxr_static_routes gathered integration tests on connection={{ ansible_connection }}"
-
-- include_tasks: _remove_config.yaml
-
-- include_tasks: _populate_config.yaml
-
-- block:
- - name: Gather static routes facts from the device using iosxr_static_routes module
- iosxr_static_routes:
- state: gathered
- register: result
-
- - assert:
- that: "{{ replaced['before'] | symmetric_difference(result['gathered']) |length == 0 }}"
-
- always:
- - include_tasks: _remove_config.yaml
-