spiegel_podman/pkg/machine/e2e
Paul Holzinger 4374038cc6
pkg/machine/e2e: do not import from cmd/podman
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-07 20:48:28 +02:00
..
basic_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config.go podman machine ssh: set correct exit code 2022-05-30 15:55:20 +02:00
config_basic.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_info.go Podman machine info 2022-07-05 15:18:41 -04:00
config_init.go Add more machine tests 2022-05-10 14:56:13 -04:00
config_inspect.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_list.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_rm.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_set.go Allow changing of CPUs, Memory, and Disk Size 2022-04-27 13:56:14 -04:00
config_ssh.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_start.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_stop.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
info_test.go Podman machine info 2022-07-05 15:18:41 -04:00
init_test.go Add more machine tests 2022-05-10 14:56:13 -04:00
inspect_test.go expose podman.sock in machine inspect 2022-06-01 10:48:17 -05:00
list_test.go pkg/machine/e2e: do not import from cmd/podman 2022-07-07 20:48:28 +02:00
machine_test.go Implement --format for machine inspect 2022-05-03 16:15:59 -07:00
rm_test.go Produce better test error messages 2022-04-27 15:44:02 -05:00
set_test.go Add more machine tests 2022-05-10 14:56:13 -04:00
ssh_test.go podman machine ssh: set correct exit code 2022-05-30 15:55:20 +02:00
start_test.go Produce better test error messages 2022-04-27 15:44:02 -05:00
stop_test.go Produce better test error messages 2022-04-27 15:44:02 -05:00