mirror of
https://github.com/containers/podman.git
synced 2025-11-29 17:48:05 +08:00
e2e: fix some tests on remote
- podman-remote unshare returns an error message with the exit code '125'. - Need to run RestartRemoteService() to apply changes to the TMPDIR. Signed-off-by: Toshiki Sonoda <sonoda.toshiki@fujitsu.com>
This commit is contained in:
@@ -426,6 +426,9 @@ var _ = Describe("Verify podman containers.conf usage", func() {
|
||||
} else {
|
||||
defer os.Unsetenv("TMPDIR")
|
||||
}
|
||||
if IsRemote() {
|
||||
podmanTest.RestartRemoteService()
|
||||
}
|
||||
|
||||
session := podmanTest.Podman([]string{"info", "--format", "{{.Store.ImageCopyTmpDir}}"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
||||
Reference in New Issue
Block a user