mirror of https://github.com/ansible/ansible.git
Fix non-root integration tests failure (#84378)
* Fix callback_default integration test for non-root users This test compares the test output to previously collected output. However, this previously assumed that the tests are run as root, even though needs/root in aliases is not set. So instead parameterize the output, and use sed to replace the value that diverge when running it as different users. * integration tests: Ensure temp file removal doesn't fail as non-root user * Don't fail when ansible-galaxy integration test runs as non-root * Update integration test callback list --------- Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>pull/82263/head
parent
1ad0c404ef
commit
6d21e28c73
Loading…
Reference in New Issue