From f304a1757c7accb9263d820bbadc920b4a9c099f Mon Sep 17 00:00:00 2001 From: Toshiki Sonoda Date: Fri, 30 Sep 2022 13:28:16 +0900 Subject: Fix typo about e2e tests name * podman stop --all -> podman kill --all * podman pause --filter -> podman restart --filter [NO NEW TESTS NEEDED] [NO TESTS NEEDED] Signed-off-by: Toshiki Sonoda --- test/e2e/kill_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/e2e/kill_test.go') diff --git a/test/e2e/kill_test.go b/test/e2e/kill_test.go index 30c82c45d..d789a6595 100644 --- a/test/e2e/kill_test.go +++ b/test/e2e/kill_test.go @@ -201,7 +201,7 @@ var _ = Describe("Podman kill", func() { Expect(wait).Should(Exit(0)) }) - It("podman stop --all", func() { + It("podman kill --all", func() { session := podmanTest.RunTopContainer("") session.WaitWithDefaultTimeout() Expect(session).Should(Exit(0)) -- cgit v1.2.3-54-g00ecf