summaryrefslogtreecommitdiff
path: root/test/integration/targets/unarchive/tasks/test_download.yml
Commit message (Collapse)AuthorAgeFilesLines
* Pin pyasn1 version in uri and unarchive tests (#80587)Matt Clay2023-04-201-0/+1
|
* [stable-2.9] unarchive - Check 'fut_gid' against 'run_gid' in addition to ↵Sam Doran2020-08-061-0/+34
supplemental groups (#65666) (#71002) * [stable-2.9] unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) Add integration tests for unarchiving as unprivileged user Break tasks into separate files for easier reading and maintenance Create a user by specifying a default group of 'staff' for macOS. The user module does not actually remove the user directory on macOS, so explicitly remove it. Put the removal tasks in an always block to ensure they always run Co-authored-by: Philip Douglass <philip.douglass@amadeus.com> Co-authored-by: Sam Doran <sdoran@redhat.com>. (cherry picked from commit ac5f3f8befaff088450c97f783cb145519b8f6bf) Co-authored-by: Philip Douglass <philip@philipdouglass.com> * [stable-2.9] Fix unstable unarchive test (#71004) * Add mode to copy tasks * Fix unreliable test by ignoring errors (cherry picked from commit f99f96ceb63fd2251f4286a2da2e10a9031d241e) Co-authored-by: Philip Douglass <philip@philipdouglass.com>