diff options
author | Ashley Cui <acui@redhat.com> | 2022-05-05 16:45:30 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-06-14 13:15:43 -0400 |
commit | 28e7be1c24c16b55b2c4775702bf04e26a7bdb2a (patch) | |
tree | 5d8d6c458d4328cb915c8ce8150a47154b57d13c /pkg/machine/e2e/config_init.go | |
parent | a554ff48eb4d40e9106f1146192da385505174a6 (diff) | |
download | podman-28e7be1c24c16b55b2c4775702bf04e26a7bdb2a.tar.gz podman-28e7be1c24c16b55b2c4775702bf04e26a7bdb2a.tar.bz2 podman-28e7be1c24c16b55b2c4775702bf04e26a7bdb2a.zip |
Add more machine tests
Add more machine tests for flags in init, inspect, and list.
Signed-off-by: Ashley Cui <acui@redhat.com>
Diffstat (limited to 'pkg/machine/e2e/config_init.go')
-rw-r--r-- | pkg/machine/e2e/config_init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/machine/e2e/config_init.go b/pkg/machine/e2e/config_init.go index 2340a1133..7f18cce7d 100644 --- a/pkg/machine/e2e/config_init.go +++ b/pkg/machine/e2e/config_init.go @@ -25,6 +25,7 @@ type initMachine struct { memory *uint now bool timezone string + rootful bool volumes []string cmd []string |