You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_internal
Matt Clay 032bd3a030 Move the ansible-test output_dir.
This directory is currently a fixed location to make troubleshooting easier.
It is cleared before each test target runs, but is preserved when a test target finishes.
This allows the contents to be inspected when a test fails.

The previous location was `~/ansible_testing/`.
The new location is within the content root:

- `test/results/.tmp/output_dir` for Ansible
- `tests/output/.tmp/output_dir` for Ansible Collections

Moving the directory reduces the number of places on the filesystem where tests create output.
It also enables the results to be returned from delegated systems.
5 years ago
..
cloud Overhaul ansible-test test path handling. (#61416) 5 years ago
integration Overhaul ansible-test test path handling. (#61416) 5 years ago
provider Simplify ansible-test target processing. (#61506) 5 years ago
sanity More ansible-test path handling updates. (#61484) 5 years ago
units Add a --venv option to ansible-test. (#61422) 5 years ago
__init__.py Relocate ansible-test code. (#60147) 5 years ago
ansible_util.py Overhaul ansible-test test path handling. (#61416) 5 years ago
cache.py Relocate ansible-test code. (#60147) 5 years ago
changes.py Relocate ansible-test code. (#60147) 5 years ago
classification.py More ansible-test path handling updates. (#61484) 5 years ago
cli.py Add a --venv option to ansible-test. (#61422) 5 years ago
config.py Add a --venv option to ansible-test. (#61422) 5 years ago
constants.py Relocate ansible-test code. (#60147) 5 years ago
core_ci.py Overhaul ansible-test test path handling. (#61416) 5 years ago
cover.py Overhaul ansible-test test path handling. (#61416) 5 years ago
coverage_util.py Overhaul ansible-test test path handling. (#61416) 5 years ago
csharp_import_analysis.py Change collection PS util import pattern (#61307) 5 years ago
data.py More ansible-test path handling updates. (#61484) 5 years ago
delegation.py More ansible-test path handling updates. (#61484) 5 years ago
diff.py Relocate ansible-test code. (#60147) 5 years ago
docker_util.py Relocate ansible-test code. (#60147) 5 years ago
env.py Overhaul ansible-test test path handling. (#61416) 5 years ago
executor.py Move the ansible-test output_dir. 5 years ago
git.py Relocate ansible-test code. (#60147) 5 years ago
http.py Relocate ansible-test code. (#60147) 5 years ago
import_analysis.py More ansible-test path handling updates. (#61484) 5 years ago
init.py Relocate ansible-test code. (#60147) 5 years ago
manage_ci.py Move ansible-test coverage config to test/lib/ 5 years ago
metadata.py Overhaul ansible-test test path handling. (#61416) 5 years ago
payload.py Support delegation testing collections with deps. 5 years ago
powershell_import_analysis.py Change collection PS util import pattern (#61307) 5 years ago
target.py Simplify ansible-test target processing. (#61506) 5 years ago
test.py Show doc URL for sanity test failures 5 years ago
thread.py Relocate ansible-test code. (#60147) 5 years ago
types.py Overhaul ansible-test test path handling. (#61416) 5 years ago
util.py Add a --venv option to ansible-test. (#61422) 5 years ago
util_common.py More ansible-test path handling updates. (#61484) 5 years ago
venv.py Improve ansible-test --venv error handling. 5 years ago