mirror of
https://github.com/containers/podman.git
synced 2025-11-03 15:56:51 +08:00
Manifest create subcommand should accept more than 2 arguments
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
This commit is contained in:
@ -50,6 +50,12 @@ var _ = Describe("Podman manifest", func() {
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
})
|
||||
|
||||
It("podman manifest create", func() {
|
||||
session := podmanTest.Podman([]string{"manifest", "create", "foo", imageList})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session.ExitCode()).To(Equal(0))
|
||||
})
|
||||
|
||||
It("podman manifest inspect", func() {
|
||||
session := podmanTest.Podman([]string{"manifest", "inspect", BB})
|
||||
session.WaitWithDefaultTimeout()
|
||||
|
||||
Reference in New Issue
Block a user