podman/test/utils
Ed Santiago eaf60c7fe7 e2e tests: use /var/tmp, not $TMPDIR, as workdirs
TMPDIR is typically /tmp which is typically(*) a tmpfs.

This PR ignores $TMPDIR when $CI is defined, forcing all
e2e tests to set up one central working directory in /var/tmp
instead.

Also, lots of cleanup.

 (*) For many years, up to and still including the time of
     this PR, /tmp on Fedora CI VMs is actually NOT tmpfs,
     it is just / (root). This is nonstandard and undesirable.
     Efforts are underway to remove this special case.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2024-04-26 14:29:56 -06:00
..
common_function_test.go e2e tests: use /var/tmp, not $TMPDIR, as workdirs 2024-04-26 14:29:56 -06:00
matchers.go e2e: redefine ExitWithError() to require exit code 2024-04-10 06:35:52 -06:00
podmansession_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
podmantest_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
utils.go e2e tests: use /var/tmp, not $TMPDIR, as workdirs 2024-04-26 14:29:56 -06:00
utils_suite_test.go Bump Go module to v5 2024-02-08 09:35:39 -05:00