diff options
author | baude <bbaude@redhat.com> | 2018-10-22 15:02:37 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-10-22 17:07:04 -0500 |
commit | 949d292567854ab74d4c2c6927ba96c1ae95d9c4 (patch) | |
tree | b6a082daf47468609c68a1335fefbecf25ea6c44 /test/e2e/exec_test.go | |
parent | 5b2478ed87eedd8178c1672a786f95a6716a8edb (diff) | |
download | podman-949d292567854ab74d4c2c6927ba96c1ae95d9c4.tar.gz podman-949d292567854ab74d4c2c6927ba96c1ae95d9c4.tar.bz2 podman-949d292567854ab74d4c2c6927ba96c1ae95d9c4.zip |
Use restoreArtifacts to save time in integration tests
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/e2e/exec_test.go')
-rw-r--r-- | test/e2e/exec_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/exec_test.go b/test/e2e/exec_test.go index cfdc819a6..250e08704 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -111,6 +111,7 @@ var _ = Describe("Podman exec", func() { }) It("podman exec with user only in container", func() { + podmanTest.RestoreArtifact(fedoraMinimal) testUser := "test123" setup := podmanTest.Podman([]string{"run", "--name", "test1", "-d", fedoraMinimal, "sleep", "60"}) setup.WaitWithDefaultTimeout() |