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
Martin Krizek 5c0b2c151c
Fix ansible_failed_{task,result} undefined in rescue (#64831)
This is a fix for a regression introduced by Perfy. Since then we mainly
operate on host.name instead of the Host object. In a call to
set_nonpersistent_facts where we set ansible_failed_task and
ansible_failed_result variables we were still passing the object which
led to those vars being undefined.

Fixes #64789
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Fix ansible_failed_{task,result} undefined in rescue (#64831) 6 years ago
legacy Sanity test fixups - AWS related tests (#64093) 6 years ago
lib/ansible_test Set alter_sys=True instead of False to address backwards incompat (#64670) 6 years ago
sanity Sort test/sanity/ignore.txt (#64672) 6 years ago
units Add the ability to ignore files and collection build (#64688) 6 years ago
utils Increase unit test timeout in CI. 6 years ago