summaryrefslogtreecommitdiff
path: root/test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml
diff options
context:
space:
mode:
authorAnsible Core Team <info@ansible.com>2020-03-09 09:40:34 +0000
committerAnsible Core Team <info@ansible.com>2020-03-09 09:40:34 +0000
commite1f0162333d5c70bb631bc26f63ef1d64e74e7b7 (patch)
tree2b9963bfa80a02bebfcf82f95bfd9562182eb0d4 /test/integration/targets/iosxr_static_routes/tests/cli/gathered.yaml
parent44ce3f381254b913bff1c735a2829003f5c240f9 (diff)
downloadansible-e1f0162333d5c70bb631bc26f63ef1d64e74e7b7.tar.gz
Migrated to cisco.iosxr
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
-