mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Merge pull request #16005 from sstosh/fix-typo
Fix typo about e2e tests name
This commit is contained in:
@@ -201,7 +201,7 @@ var _ = Describe("Podman kill", func() {
|
|||||||
Expect(wait).Should(Exit(0))
|
Expect(wait).Should(Exit(0))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("podman stop --all", func() {
|
It("podman kill --all", func() {
|
||||||
session := podmanTest.RunTopContainer("")
|
session := podmanTest.RunTopContainer("")
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ var _ = Describe("Podman restart", func() {
|
|||||||
Expect(result.ErrorToString()).To(ContainSubstring("cannot be used together"))
|
Expect(result.ErrorToString()).To(ContainSubstring("cannot be used together"))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("podman pause --filter", func() {
|
It("podman restart --filter", func() {
|
||||||
session1 := podmanTest.RunTopContainer("")
|
session1 := podmanTest.RunTopContainer("")
|
||||||
session1.WaitWithDefaultTimeout()
|
session1.WaitWithDefaultTimeout()
|
||||||
Expect(session1).Should(Exit(0))
|
Expect(session1).Should(Exit(0))
|
||||||
|
|||||||
Reference in New Issue
Block a user