diff --git a/tests/ansible/integration/transport/README.md b/tests/ansible/integration/transport/README.md new file mode 100644 index 00000000..9a31a530 --- /dev/null +++ b/tests/ansible/integration/transport/README.md @@ -0,0 +1,2 @@ + +# Integration tests that require a real target available. diff --git a/tests/ansible/integration/transport/all.yml b/tests/ansible/integration/transport/all.yml new file mode 100644 index 00000000..89949b58 --- /dev/null +++ b/tests/ansible/integration/transport/all.yml @@ -0,0 +1,2 @@ + +- import_playbook: kubectl.yml diff --git a/tests/ansible/test-kubectl.yml b/tests/ansible/integration/transport/kubectl.yml similarity index 100% rename from tests/ansible/test-kubectl.yml rename to tests/ansible/integration/transport/kubectl.yml