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
Skip("Failed to parse CloudStack version "+version)
61
-
}
62
-
63
-
expectedRange, _:=semver.ParseRange(">=4.19.0")
64
-
65
-
if!expectedRange(v) {
66
-
Skip("Cloudstack version "+version+" is less than 4.19.")
67
-
}
68
-
69
48
Expect(input.E2EConfig).ToNot(BeNil(), "Invalid argument. input.E2EConfig can't be nil when calling %s spec", specName)
70
49
Expect(input.ClusterctlConfigPath).To(BeAnExistingFile(), "Invalid argument. input.ClusterctlConfigPath must be an existing file when calling %s spec", specName)
71
50
Expect(input.BootstrapClusterProxy).ToNot(BeNil(), "Invalid argument. input.BootstrapClusterProxy can't be nil when calling %s spec", specName)
0 commit comments