mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
test: enable remaining run tests
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -634,7 +634,6 @@ USER mail`
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman run --volumes-from flag with built-in volumes", func() {
|
It("podman run --volumes-from flag with built-in volumes", func() {
|
||||||
Skip(v2fail)
|
|
||||||
session := podmanTest.Podman([]string{"create", redis, "sh"})
|
session := podmanTest.Podman([]string{"create", redis, "sh"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
@ -729,7 +728,6 @@ USER mail`
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman run --pod automatically", func() {
|
It("podman run --pod automatically", func() {
|
||||||
Skip(v2fail)
|
|
||||||
session := podmanTest.Podman([]string{"run", "--pod", "new:foobar", ALPINE, "ls"})
|
session := podmanTest.Podman([]string{"run", "--pod", "new:foobar", ALPINE, "ls"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
|
Reference in New Issue
Block a user