summaryrefslogtreecommitdiff
path: root/test/e2e/pod_rm_test.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-07-30 12:15:01 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-30 23:53:08 +0000
commit5a4e5902a00fe593afc560e8ef9af1b246821f62 (patch)
treebb9429778c5e2db9a73cd1ca75fb90734176d43b /test/e2e/pod_rm_test.go
parent8694e5414c97506302e424b36759de70008190ae (diff)
downloadpodman-5a4e5902a00fe593afc560e8ef9af1b246821f62.tar.gz
podman-5a4e5902a00fe593afc560e8ef9af1b246821f62.tar.bz2
podman-5a4e5902a00fe593afc560e8ef9af1b246821f62.zip
Integration Test Improvements #2
This is the second round of performance improvements for out integration tests. Signed-off-by: baude <bbaude@redhat.com> Closes: #1190 Approved by: rhatdan
Diffstat (limited to 'test/e2e/pod_rm_test.go')
-rw-r--r--test/e2e/pod_rm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/pod_rm_test.go b/test/e2e/pod_rm_test.go
index 52e5e8989..1ce0d18c7 100644
--- a/test/e2e/pod_rm_test.go
+++ b/test/e2e/pod_rm_test.go
@@ -152,7 +152,7 @@ var _ = Describe("Podman pod rm", func() {
session.WaitWithDefaultTimeout()
Expect(session.ExitCode()).To(Equal(0))
- session = podmanTest.Podman([]string{"run", "-d", "--pod", podid2, nginx})
+ session = podmanTest.Podman([]string{"run", "-d", "--pod", podid2, ALPINE, "top"})
session.WaitWithDefaultTimeout()
result := podmanTest.Podman([]string{"pod", "rm", "-fa"})