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
Matt Clay 35caebd036 Fix ansible-test dependency processing.
Previously, the following dependencies:

A used by B
B used by C

Would have been converted to:

A used by C
B used by C

Intead of being expanded to:

A used by B
A used by C
B used by C

This change preserves the existing dependency when expanding it.
6 years ago
..
cache Update ansible-test sanity command. (#31958) 7 years ago
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration ansible-test setup_dep_repo trust package repo (#50795) 6 years ago
legacy Included support to AIX group of subsystems on service module (#33043) 6 years ago
results Collect data from integration test runs. (#28650) 7 years ago
runner Fix ansible-test dependency processing. 6 years ago
sanity added missing docs for option in acl module (#50775) 6 years ago
units Fix encoding issues with file paths. (#50830) 6 years ago
utils Fix run.py --branch argument. 6 years ago