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 f109184753 Recognize module tracebacks on stdout and stderr.
Module tracebacks may be reported on stdout instead of stderr when
using some connection plugins. For example, the ssh connection plugin
will report tracebacks on stdout due to use of the -tt option.

This change results in tracebacks being recognized on both stdout
and stderr, instead of the previous behavior of just stderr.

ci_complete
5 years ago
..
cache
env Add `env` command to ansible-test and run in CI. (#50176) 6 years ago
integration Recognize module tracebacks on stdout and stderr. 5 years ago
legacy safe_eval fix (#57188) 5 years ago
results
runner Add test for invalid ignore entries. 5 years ago
sanity datadog_monitor: Fix docs with datatypes of params (#58371) 5 years ago
units Fix ovsdb module not being idempotent (#57735) 5 years ago
utils Use Python 3.7 to run ansible-test coverage in CI. (#57555) 5 years ago