From e0c2fcadd2a27f5f8f2de119d5f31175e45a436b Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 22 Aug 2018 09:27:00 -0400 Subject: Swap test image in exec test to fedora for useradd We need a useradd binary in the container for this test, so swap from Alpine to fedora-minimal. Signed-off-by: Matthew Heon Closes: #1315 Approved by: vrothberg --- test/e2e/exec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e') diff --git a/test/e2e/exec_test.go b/test/e2e/exec_test.go index da18f09a3..cfdc819a6 100644 --- a/test/e2e/exec_test.go +++ b/test/e2e/exec_test.go @@ -112,7 +112,7 @@ var _ = Describe("Podman exec", func() { It("podman exec with user only in container", func() { testUser := "test123" - setup := podmanTest.RunTopContainer("test1") + setup := podmanTest.Podman([]string{"run", "--name", "test1", "-d", fedoraMinimal, "sleep", "60"}) setup.WaitWithDefaultTimeout() Expect(setup.ExitCode()).To(Equal(0)) -- cgit v1.2.3-54-g00ecf