mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +08:00
@ -75,7 +75,6 @@ var _ = Describe("Podman rmi", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman rmi tagged image", func() {
|
It("podman rmi tagged image", func() {
|
||||||
Skip(v2remotefail)
|
|
||||||
setup := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
setup := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
||||||
setup.WaitWithDefaultTimeout()
|
setup.WaitWithDefaultTimeout()
|
||||||
Expect(setup).Should(Exit(0))
|
Expect(setup).Should(Exit(0))
|
||||||
@ -92,7 +91,6 @@ var _ = Describe("Podman rmi", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman rmi image with tags by ID cannot be done without force", func() {
|
It("podman rmi image with tags by ID cannot be done without force", func() {
|
||||||
Skip(v2remotefail)
|
|
||||||
setup := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
setup := podmanTest.PodmanNoCache([]string{"images", "-q", ALPINE})
|
||||||
setup.WaitWithDefaultTimeout()
|
setup.WaitWithDefaultTimeout()
|
||||||
Expect(setup).Should(Exit(0))
|
Expect(setup).Should(Exit(0))
|
||||||
@ -114,7 +112,6 @@ var _ = Describe("Podman rmi", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman rmi image that is a parent of another image", func() {
|
It("podman rmi image that is a parent of another image", func() {
|
||||||
SkipIfRemote()
|
|
||||||
session := podmanTest.PodmanNoCache([]string{"rmi", "-fa"})
|
session := podmanTest.PodmanNoCache([]string{"rmi", "-fa"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
@ -153,7 +150,6 @@ var _ = Describe("Podman rmi", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
It("podman rmi image that is created from another named imaged", func() {
|
It("podman rmi image that is created from another named imaged", func() {
|
||||||
SkipIfRemote()
|
|
||||||
session := podmanTest.PodmanNoCache([]string{"rmi", "-fa"})
|
session := podmanTest.PodmanNoCache([]string{"rmi", "-fa"})
|
||||||
session.WaitWithDefaultTimeout()
|
session.WaitWithDefaultTimeout()
|
||||||
Expect(session).Should(Exit(0))
|
Expect(session).Should(Exit(0))
|
||||||
|
Reference in New Issue
Block a user