podman/pkg/domain
Paul Holzinger 19f4a463ed
pkg/machine/e2e: do not import from cmd/podman
The same problem again as 4374038cc6.

Also fix the incorrect --format autocompletion struct.

It should be avoided to import cmd/podman/... packages from outside of
cmd/podman. This can lead in weird hard to debug import paths but also
can have negative consequences when imported in unit tests. In this case
it will set XDG_CONFIG_HOME and thus the machine tests this dir over the
tmp HOME env variable which is set at a later point. This caused machine
files to be leaked into the actual users home dir.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-07-21 18:04:11 +02:00
..
entities pkg/machine/e2e: do not import from cmd/podman 2022-07-21 18:04:11 +02:00
filters pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
infra Merge pull request #14977 from umohnani8/init 2022-07-20 19:37:25 +02:00
utils pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00