From 28e7be1c24c16b55b2c4775702bf04e26a7bdb2a Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Thu, 5 May 2022 16:45:30 -0400 Subject: Add more machine tests Add more machine tests for flags in init, inspect, and list. Signed-off-by: Ashley Cui --- pkg/machine/e2e/config_init.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/machine/e2e/config_init.go') 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 -- cgit v1.2.3-54-g00ecf