diff options
author | Matt Clay <matt@mystile.com> | 2019-08-09 02:21:38 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2019-08-09 06:34:38 +0200 |
commit | 39b3fc0926645b26d60588af6a068c7570b778cf (patch) | |
tree | 4e35abfac53968089412ae453d0e3cb0f7b19d15 /docs | |
parent | Disable failing inventory_docker_machine test. (diff) | |
download | ansible-39b3fc0926645b26d60588af6a068c7570b778cf.tar.xz ansible-39b3fc0926645b26d60588af6a068c7570b778cf.zip |
Update ansible-test layout and payload handling.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docsite/rst/dev_guide/testing/sanity/bin-symlinks.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/docsite/rst/dev_guide/testing/sanity/bin-symlinks.rst b/docs/docsite/rst/dev_guide/testing/sanity/bin-symlinks.rst new file mode 100644 index 0000000000..fd63318ac2 --- /dev/null +++ b/docs/docsite/rst/dev_guide/testing/sanity/bin-symlinks.rst @@ -0,0 +1,7 @@ +bin-symlinks +============ + +The ``bin/`` directory in Ansible must contain only symbolic links to executable files. +These files must reside in the ``lib/ansible/`` or ``test/lib/ansible_test/`` directories. + +This is required to allow ``ansible-test`` to work with containers and remote hosts when running from an installed version of Ansible. |