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
committerAshley Cui <acui@redhat.com>2022-05-10 14:56:13 -0400
commitc7c00ce55199c1e569953a4a03055268ecca147e (patch)
tree82b78e412618b1fd4a8f6aeea0c9719af0d9e633 /pkg/machine/e2e/config_init.go
parent28588235d2051bf673d528c293261f926fad0d92 (diff)
downloadpodman-c7c00ce55199c1e569953a4a03055268ecca147e.tar.gz
podman-c7c00ce55199c1e569953a4a03055268ecca147e.tar.bz2
podman-c7c00ce55199c1e569953a4a03055268ecca147e.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