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("Too few ACS hosts to run conclusive affinity tests. Please provision at least three for the zone.")
54
+
}
55
+
48
56
Expect(input.E2EConfig).ToNot(BeNil(), "Invalid argument. input.E2EConfig can't be nil when calling %s spec", specName)
49
57
Expect(input.ClusterctlConfigPath).To(BeAnExistingFile(), "Invalid argument. input.ClusterctlConfigPath must be an existing file when calling %s spec", specName)
50
58
Expect(input.BootstrapClusterProxy).ToNot(BeNil(), "Invalid argument. input.BootstrapClusterProxy can't be nil when calling %s spec", specName)
machineCount:=int64(3) // Must allocate an odd number of CP machines w/ stacked etcd
86
-
ifnumHosts<3 {
87
-
// If not enough ACS hosts to support 3 machines with anti-affinity, fall back to just allocating one machine.
88
-
// Test will only confirm that the single VM is in an anti-affinity group, but not that ACS anti-affinty works.
89
-
By("Fewer than three host in ACS env. Only verifying that a single VM gets placed in an AG, not that true affinity/anti-affinity is ultimately achieved.")
0 commit comments