summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/integration/targets/ansible-test-docker/ansible_collections/ns/col/galaxy.yml6
-rw-r--r--test/integration/targets/ansible-test/ansible_collections/ns/col/README.rst3
-rw-r--r--test/integration/targets/ansible-test/ansible_collections/ns/col/galaxy.yml6
-rw-r--r--test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/module_utils/__init__.py0
4 files changed, 15 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-test-docker/ansible_collections/ns/col/galaxy.yml b/test/integration/targets/ansible-test-docker/ansible_collections/ns/col/galaxy.yml
new file mode 100644
index 0000000000..08a32e8084
--- /dev/null
+++ b/test/integration/targets/ansible-test-docker/ansible_collections/ns/col/galaxy.yml
@@ -0,0 +1,6 @@
+namespace: ns
+name: col
+version: 1.0.0
+readme: README.rst
+authors:
+ - Ansible
diff --git a/test/integration/targets/ansible-test/ansible_collections/ns/col/README.rst b/test/integration/targets/ansible-test/ansible_collections/ns/col/README.rst
new file mode 100644
index 0000000000..d8138d3b5b
--- /dev/null
+++ b/test/integration/targets/ansible-test/ansible_collections/ns/col/README.rst
@@ -0,0 +1,3 @@
+README
+------
+This is a simple collection used to verify that ``ansible-test`` works on a collection.
diff --git a/test/integration/targets/ansible-test/ansible_collections/ns/col/galaxy.yml b/test/integration/targets/ansible-test/ansible_collections/ns/col/galaxy.yml
new file mode 100644
index 0000000000..08a32e8084
--- /dev/null
+++ b/test/integration/targets/ansible-test/ansible_collections/ns/col/galaxy.yml
@@ -0,0 +1,6 @@
+namespace: ns
+name: col
+version: 1.0.0
+readme: README.rst
+authors:
+ - Ansible
diff --git a/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/module_utils/__init__.py b/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/module_utils/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/test/integration/targets/ansible-test/ansible_collections/ns/col/plugins/module_utils/__init__.py