aboutsummaryrefslogtreecommitdiff
path: root/pkg/machine/e2e/config_init.go
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2022-05-05 16:45:30 -0400
committerMatthew Heon <mheon@redhat.com>2022-06-14 13:15:43 -0400
commit28e7be1c24c16b55b2c4775702bf04e26a7bdb2a (patch)
tree5d8d6c458d4328cb915c8ce8150a47154b57d13c /pkg/machine/e2e/config_init.go
parenta554ff48eb4d40e9106f1146192da385505174a6 (diff)
downloadpodman-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.go1
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