podman/pkg/machine/e2e
cdoern c721acf082 podman machine starting test
add a test to make sure machines are not running while still starting
in order to do this, I added a parameter to `run()` to delineate whether
or not the command should block or not. The non blocking run allows for tests
to get and use the `machineSession` pointer and check the exit code to see if it has finished.

also fix a bug (created by #13996) that before started, the machines would
always say "LastUp" and "Created" Less than one second ago

Signed-off-by: cdoern <cbdoer23@g.holycross.edu>
2022-04-27 20:12:43 -04:00
..
basic_test.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config.go podman machine starting test 2022-04-27 20:12:43 -04: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 podman machine starting test 2022-04-27 20:12:43 -04: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