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
Copy file name to clipboardExpand all lines: test/e2e/clusterctl_upgrade_test.go
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ var (
40
40
)
41
41
42
42
// Note: This test should be changed during "prepare main branch", it should test CAPV n-1 => current (and then corresponding CAPI versions if already available).
43
-
var_=Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.11=>current, CAPI 1.8=>1.9) on K8S latest ci mgmt cluster [vcsim] [supervisor] [ClusterClass]", func() {
44
-
constspecName="clusterctl-upgrade-1.11-current-latest-ci"// prefix (clusterctl-upgrade) copied from CAPI
43
+
var_=Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.12=>current, CAPI 1.9=>1.10) on K8S latest ci mgmt cluster [vcsim] [supervisor] [ClusterClass]", func() {
44
+
constspecName="clusterctl-upgrade-1.12-current-latest-ci"// prefix (clusterctl-upgrade) copied from CAPI
// We are using a separate management cluster. For running in VCSim we also have to pass WithAdditionalVCSimServer
77
77
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -87,14 +87,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.11
87
87
})
88
88
89
89
// Note: This test should be changed during "prepare main branch", it should test CAPV n-1 => current (and then corresponding CAPI versions if already available).
// We are using a separate management cluster. For running in VCSim we also have to pass WithAdditionalVCSimServer
122
122
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -132,14 +132,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.11
132
132
})
133
133
134
134
// Note: This test should be changed during "prepare main branch", it should test CAPV n-2 => current (and then corresponding CAPI versions if already available).
// We are using a separate management cluster. For running in VCSim we also have to pass WithAdditionalVCSimServer
167
167
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -177,14 +177,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.10
177
177
})
178
178
179
179
// Note: This test should be changed during "prepare main branch", it should test CAPV n-3 => current (and then corresponding CAPI versions if already available).
0 commit comments