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
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,14 @@ var (
44
44
)
45
45
46
46
// 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).
47
-
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() {
47
+
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() {
48
48
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
90
90
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -100,14 +100,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.12
100
100
})
101
101
102
102
// 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
144
144
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -154,14 +154,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.12
154
154
})
155
155
156
156
// 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
198
198
// below otherwise there will be no VCSim instance created in the management cluster.
@@ -208,14 +208,14 @@ var _ = Describe("When testing clusterctl upgrades using ClusterClass (CAPV 1.11
208
208
})
209
209
210
210
// 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