mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #21735 from jakecorrenti/inspect-conn-vals
machine: Add `ConnectionInfo` to inspect
This commit is contained in:
@ -282,7 +282,7 @@ var _ = Describe("podman machine init", func() {
|
||||
Expect(session).To(Exit(0))
|
||||
|
||||
inspect := new(inspectMachine)
|
||||
inspect = inspect.withFormat("{{.ConfigPath.Path}}")
|
||||
inspect = inspect.withFormat("{{.ConfigDir.Path}}")
|
||||
inspectSession, err := mb.setCmd(inspect).run()
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
cfgpth := filepath.Join(inspectSession.outputToString(), fmt.Sprintf("%s.json", name))
|
||||
|
Reference in New Issue
Block a user