summaryrefslogtreecommitdiff
path: root/test/integration/targets/tower_receive/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/tower_receive/tasks/main.yml')
-rw-r--r--test/integration/targets/tower_receive/tasks/main.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/integration/targets/tower_receive/tasks/main.yml b/test/integration/targets/tower_receive/tasks/main.yml
deleted file mode 100644
index 9c22e6f7a7..0000000000
--- a/test/integration/targets/tower_receive/tasks/main.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-- name: Export all Tower assets
- tower_receive:
- all: True
- register: result
-
-- assert:
- that:
- - "result is successful"
-
-- name: Extract names from output
- set_fact:
- object_names: "{{ result.assets | map(attribute='name') | list }}"
-
-- assert:
- that:
- - "result is successful"
- - "'Default' in object_names"