// SystemdServices are comma separated list of systemd services the test framework
// will dump logs for.
SystemdServicesstring
ImageServiceEndpointstring
MasterOSDistrostring
NodeOSDistrostring
...
...
@@ -199,6 +202,7 @@ func RegisterCommonFlags() {
flag.StringVar(&TestContext.Viper,"viper-config","e2e","The name of the viper config i.e. 'e2e' will read values from 'e2e.json' locally. All e2e parameters are meant to be configurable by viper.")
flag.StringVar(&TestContext.ContainerRuntime,"container-runtime","docker","The container runtime of cluster VM instances (docker/rkt/remote).")
flag.StringVar(&TestContext.ContainerRuntimeEndpoint,"container-runtime-endpoint","","The container runtime endpoint of cluster VM instances.")
flag.StringVar(&TestContext.SystemdServices,"systemd-services","docker","The comma separated list of systemd services the framework will dump logs for.")
flag.StringVar(&TestContext.ImageServiceEndpoint,"image-service-endpoint","","The image service endpoint of cluster VM instances.")
flag.StringVar(&TestContext.DockershimCheckpointDir,"dockershim-checkpoint-dir","/var/lib/dockershim/sandbox","The directory for dockershim to store sandbox checkpoints.")
flag.StringVar(&TestContext.KubernetesAnywherePath,"kubernetes-anywhere-path","/workspace/kubernetes-anywhere","Which directory kubernetes-anywhere is installed to.")