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/runner/lib
Matt Clay 79eca9c8fb
Initial ansible-test support for collections. (#59197)
* Initial ansible-test support for collections.
* Include cloud config in delegation payload.
* Add missing types import and fix `t` shadowing.
* Fix plugin traceback when config_path not set.
* Fix encoding issues.
* Remove unused imports.
* More encoding fixes.
* Handle delegation outside exception handler.
* Inject ssh keys only if not already in place.
* More defensive approach to getting remote pwd.
* Add missing string format var.
* Correct PowerShell require regex.
* Rename `is_install` and `INSTALL_ROOT`.
5 years ago
..
cloud Initial ansible-test support for collections. (#59197) 5 years ago
integration Initial ansible-test support for collections. (#59197) 5 years ago
provider Initial ansible-test support for collections. (#59197) 5 years ago
sanity Initial ansible-test support for collections. (#59197) 5 years ago
__init__.py Add future and metaclass boilerplate to test code. 5 years ago
ansible_util.py Initial ansible-test support for collections. (#59197) 5 years ago
cache.py Code cleanup for test infrastructure. (#59046) 5 years ago
changes.py Code cleanup for test infrastructure. (#59046) 5 years ago
classification.py Initial ansible-test support for collections. (#59197) 5 years ago
cli.py Initial ansible-test support for collections. (#59197) 5 years ago
config.py Initial ansible-test support for collections. (#59197) 5 years ago
constants.py Add future and metaclass boilerplate to test code. 5 years ago
core_ci.py Initial ansible-test support for collections. (#59197) 5 years ago
cover.py Initial ansible-test support for collections. (#59197) 5 years ago
coverage_util.py Initial ansible-test support for collections. (#59197) 5 years ago
csharp_import_analysis.py Initial ansible-test support for collections. (#59197) 5 years ago
data.py Initial ansible-test support for collections. (#59197) 5 years ago
delegation.py Initial ansible-test support for collections. (#59197) 5 years ago
diff.py Code cleanup for test infrastructure. (#59046) 5 years ago
docker_util.py Clean up pylint issues in test infra. 5 years ago
env.py Add future and metaclass boilerplate to test code. 5 years ago
executor.py Initial ansible-test support for collections. (#59197) 5 years ago
git.py Code cleanup for test infrastructure. (#59046) 5 years ago
http.py Clean up pylint issues in test infra. 5 years ago
import_analysis.py Initial ansible-test support for collections. (#59197) 5 years ago
init.py Add future and metaclass boilerplate to test code. 5 years ago
manage_ci.py Initial ansible-test support for collections. (#59197) 5 years ago
metadata.py Code cleanup for test infrastructure. (#59046) 5 years ago
payload.py Initial ansible-test support for collections. (#59197) 5 years ago
powershell_import_analysis.py Initial ansible-test support for collections. (#59197) 5 years ago
target.py Initial ansible-test support for collections. (#59197) 5 years ago
test.py Initial ansible-test support for collections. (#59197) 5 years ago
thread.py Add future and metaclass boilerplate to test code. 5 years ago
types.py Initial ansible-test support for collections. (#59197) 5 years ago
util.py Initial ansible-test support for collections. (#59197) 5 years ago
util_common.py Initial ansible-test support for collections. (#59197) 5 years ago