spiegel_podman/pkg/machine/e2e
Paul Holzinger 5af4339237
pkg/machine/e2e: switch to GinkgoWriter
Directly writing to stdout/err is not safe when run in parallel.
Ginkgo v2 fixed this buffering the output and syncing the output so it
is not mangled between tests.

This is the same as for the podman integration tests.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-05-02 12:07:42 +02:00
..
basic_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
config_basic_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_info_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_init_test.go Remove references to qcow2 2022-12-25 10:49:47 -06:00
config_inspect_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_list_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_os_apply_test.go Introduce podman machine os apply 2023-02-15 14:48:12 -05:00
config_rm_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_set_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_ssh_test.go Fix typos 2023-02-11 18:23:24 +01:00
config_start_test.go Add --quiet and --no-info flags to podman machine start 2022-11-11 16:14:20 -05:00
config_stop_test.go enable linter for pkg/machine/e2e 2022-07-21 18:04:10 +02:00
config_test.go pkg/machine/e2e: switch to GinkgoWriter 2023-05-02 12:07:42 +02:00
info_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
init_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
inspect_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
list_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
machine_test.go pkg/machine/e2e: switch to GinkgoWriter 2023-05-02 12:07:42 +02:00
os_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
rm_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
set_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
ssh_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
start_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
stop_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00