podman/pkg/machine/e2e
Brent Baude 833456e079 Add podman machine test suite
This PR introduces a test suite for podman machine.  It can currently be
run on developers' local machines and is not part of the official CI
testing; however, the expectation is that any work on machine should
come with an accompanying test.

At present, the test must be run on Linux.  It is untested on Darwin.
There is no Makefile target for the test.  It can be run like `ginkgo -v
pkg/machine/test/.`.  It should be run as a unprivileged user.

Signed-off-by: Brent Baude <bbaude@redhat.com>
2022-04-25 13:05:35 -05:00
..
basic_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_basic.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_init.go Add podman machine test suite 2022-04-25 13:05:35 -05: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_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
init_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
inspect_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
list_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
machine_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
rm_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
ssh_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
start_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
stop_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00