mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Turn on more remote tests
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -131,7 +131,6 @@ var _ = Describe("Podman images", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman images filter by image name", func() {
|
It("podman images filter by image name", func() {
|
||||||
Skip(v2remotefail)
|
|
||||||
podmanTest.RestoreAllArtifacts()
|
podmanTest.RestoreAllArtifacts()
|
||||||
session := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
session := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
|
@ -297,7 +297,6 @@ var _ = Describe("Podman pause", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("Unpause a bunch of running containers", func() {
|
It("Unpause a bunch of running containers", func() {
|
||||||
Skip(v2remotefail)
|
|
||||||
for i := 0; i < 3; i++ {
|
for i := 0; i < 3; i++ {
|
||||||
name := fmt.Sprintf("test%d", i)
|
name := fmt.Sprintf("test%d", i)
|
||||||
run := podmanTest.Podman([]string{"run", "-dt", "--name", name, nginx})
|
run := podmanTest.Podman([]string{"run", "-dt", "--name", name, nginx})
|
||||||
|
@ -43,7 +43,6 @@ var _ = Describe("Podman rm", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman rm refuse to remove a running container", func() {
|
It("podman rm refuse to remove a running container", func() {
|
||||||
Skip(v2remotefail)
|
|
||||||
session := podmanTest.RunTopContainer("")
|
session := podmanTest.RunTopContainer("")
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session.ExitCode()).To(Equal(0))
|
Expect(session.ExitCode()).To(Equal(0))
|
||||||
|
Reference in New Issue
Block a user