mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-07 16:17:53 +00:00
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> |
||
|---|---|---|
| .. | ||
| basic_test.go | ||
| config.go | ||
| config_basic.go | ||
| config_init.go | ||
| config_inspect.go | ||
| config_list.go | ||
| config_rm.go | ||
| config_set.go | ||
| config_ssh.go | ||
| config_start.go | ||
| config_stop.go | ||
| init_test.go | ||
| inspect_test.go | ||
| list_test.go | ||
| machine_test.go | ||
| rm_test.go | ||
| set_test.go | ||
| ssh_test.go | ||
| start_test.go | ||
| stop_test.go | ||