mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
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 <sonoda.toshiki@fujitsu.com>
This commit is contained in:
@ -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))
|
||||
|
@ -321,7 +321,7 @@ var _ = Describe("Podman restart", func() {
|
||||
Expect(result.ErrorToString()).To(ContainSubstring("cannot be used together"))
|
||||
})
|
||||
|
||||
It("podman pause --filter", func() {
|
||||
It("podman restart --filter", func() {
|
||||
session1 := podmanTest.RunTopContainer("")
|
||||
session1.WaitWithDefaultTimeout()
|
||||
Expect(session1).Should(Exit(0))
|
||||
|
Reference in New Issue
Block a user