spiegel_podman/pkg/machine/e2e
cdoern 07bc615b49 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-05-03 13:41:06 -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-05-03 13:41:06 -04:00
config_basic.go Add podman machine test suite 2022-04-25 13:05:35 -05:00
config_init.go Truncate annotations when generating kubernetes yaml files 2022-04-27 04:39:05 -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-05-03 13:30:19 -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
init_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00
inspect_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00
list_test.go podman machine starting test 2022-05-03 13:41:06 -04:00
machine_test.go Truncate annotations when generating kubernetes yaml files 2022-04-27 04:39:05 -04:00
rm_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00
set_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00
ssh_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00
start_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00
stop_test.go Produce better test error messages 2022-05-03 13:34:25 -04:00