mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
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>
This commit is contained in:
@@ -695,12 +695,12 @@ BOGUS=foo
|
||||
"---basic.service---",
|
||||
"## assert-podman-args \"kube\"",
|
||||
"## assert-podman-args \"play\"",
|
||||
"## assert-podman-final-args-regex .*/podman_test.*/quadlet/deployment.yml",
|
||||
"## assert-podman-final-args-regex .*/podman-e2e-.*/subtest-.*/quadlet/deployment.yml",
|
||||
"## assert-podman-args \"--replace\"",
|
||||
"## assert-podman-args \"--service-container=true\"",
|
||||
"## assert-podman-stop-post-args \"kube\"",
|
||||
"## assert-podman-stop-post-args \"down\"",
|
||||
"## assert-podman-stop-post-final-args-regex .*/podman_test.*/quadlet/deployment.yml",
|
||||
"## assert-podman-stop-post-final-args-regex .*/podman-e2e-.*/subtest-.*/quadlet/deployment.yml",
|
||||
"## assert-key-is \"Unit\" \"RequiresMountsFor\" \"%t/containers\"",
|
||||
"## assert-key-is \"Service\" \"KillMode\" \"mixed\"",
|
||||
"## assert-key-is \"Service\" \"Type\" \"notify\"",
|
||||
|
||||
Reference in New Issue
Block a user