mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
Change image-path to image for tests
As we deprecate image-path for image. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
@@ -34,7 +34,7 @@ var _ = Describe("podman machine stop", func() {
|
||||
name := randomString()
|
||||
i := new(initMachine)
|
||||
starttime := time.Now()
|
||||
session, err := mb.setName(name).setCmd(i.withImagePath(mb.imagePath).withNow()).run()
|
||||
session, err := mb.setName(name).setCmd(i.withImage(mb.imagePath).withNow()).run()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(session).To(Exit(0))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user