Merge pull request #16005 from sstosh/fix-typo
Fix typo about e2e tests name
This commit is contained in:
commit
d88acd83a1
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue