mirror of
https://github.com/containers/podman.git
synced 2025-06-28 22:53:21 +08:00
remote manifest test
Enable remove manifest tests. Skip --purge test because remote does not support it. Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
@ -155,7 +155,6 @@ var _ = Describe("Podman manifest", func() {
|
||||
})
|
||||
|
||||
It("podman manifest push", func() {
|
||||
Skip(v2remotefail)
|
||||
session := podmanTest.Podman([]string{"manifest", "create", "foo"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
@ -185,7 +184,8 @@ var _ = Describe("Podman manifest", func() {
|
||||
})
|
||||
|
||||
It("podman manifest push purge", func() {
|
||||
Skip(v2remotefail)
|
||||
// remote does not support --purge
|
||||
SkipIfRemote()
|
||||
session := podmanTest.Podman([]string{"manifest", "create", "foo"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
|
Reference in New Issue
Block a user