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
@@ -45,14 +45,14 @@ var (
45
45
)
46
46
47
47
// 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).
48
-
var_=Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.13=>current, CAPI 1.10=>1.11) on K8S latest ci mgmt cluster [vcsim] [supervisor] [ClusterClass]", func() {
49
-
constspecName="clusterctl-upgrade-1.12-current-latest-ci"// prefix (clusterctl-upgrade) copied from CAPI
48
+
var_=Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.14=>current, CAPI 1.11=>1.12) on K8S latest ci mgmt cluster [vcsim] [supervisor] [ClusterClass]", func() {
49
+
constspecName="clusterctl-upgrade-1.14-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
91
91
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -101,14 +101,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.13
101
101
})
102
102
103
103
// 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
145
145
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -155,14 +155,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.13
155
155
})
156
156
157
157
// 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
199
199
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -209,14 +209,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.12
209
209
})
210
210
211
211
// 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