summaryrefslogtreecommitdiff
path: root/test/integration/targets/dellos9_facts/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/dellos9_facts/tasks')
-rw-r--r--test/integration/targets/dellos9_facts/tasks/cli.yaml16
-rw-r--r--test/integration/targets/dellos9_facts/tasks/main.yaml2
2 files changed, 0 insertions, 18 deletions
diff --git a/test/integration/targets/dellos9_facts/tasks/cli.yaml b/test/integration/targets/dellos9_facts/tasks/cli.yaml
deleted file mode 100644
index 8c11e106f2..0000000000
--- a/test/integration/targets/dellos9_facts/tasks/cli.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-- name: collect all cli test cases
- find:
- paths: "{{ role_path }}/tests/cli"
- patterns: "{{ testcase }}.yaml"
- register: test_cases
-
-- name: set test_items
- set_fact:
- test_items: "{{ test_cases.files | map(attribute='path') | list }}"
-
-- name: run test case
- include: "{{ test_case_to_run }}"
- with_items: "{{ test_items }}"
- loop_control:
- loop_var: test_case_to_run
diff --git a/test/integration/targets/dellos9_facts/tasks/main.yaml b/test/integration/targets/dellos9_facts/tasks/main.yaml
deleted file mode 100644
index 415c99d8b1..0000000000
--- a/test/integration/targets/dellos9_facts/tasks/main.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-- { include: cli.yaml, tags: ['cli'] }