You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fixed an issue in CRI-O returning an invalid container status on
different mount propagations: cri-o/cri-o#5981
To avoid such failures everywhere, we now also validate the container
status in critest.
Signed-off-by: Sascha Grunert <[email protected]>
// RegisterFlags registers flags to e2e test suites.
124
127
funcRegisterFlags() {
125
128
suite, reporter:=ginkgo.GinkgoConfiguration()
@@ -139,10 +142,10 @@ func RegisterFlags() {
139
142
flag.StringVar(&testImagesFilePath, "test-images-file", "", "Optional path to a YAML file containing references to custom container images to be used in tests.")
140
143
flag.DurationVar(&TestContext.ImageServiceTimeout, "image-service-timeout", 300*time.Second, "Timeout when trying to connect to image service.")
flag.StringVar(&TestContext.ConfigPath, "config", defaultConfigPath, "Location of the client config file. If not specified and the default does not exist, the program's directory is searched as well")
0 commit comments