Skip to content

Commit

Permalink
fix cloudstack 1.28 multicluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
tatlat committed Oct 6, 2023
1 parent 63be801 commit 1ebc0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e/cloudstack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1953,15 +1953,15 @@ func TestCloudStackUpgradeKubernetes127MulticlusterWorkloadClusterWithGithubFlux
}

func TestCloudStackUpgradeKubernetes128MulticlusterWorkloadClusterWithGithubFlux(t *testing.T) {
provider := framework.NewCloudStack(t, framework.WithCloudStackRedhat126())
provider := framework.NewCloudStack(t, framework.WithCloudStackRedhat127())
test := framework.NewMulticlusterE2ETest(
t,
framework.NewClusterE2ETest(
t,
provider,
framework.WithFluxGithub(),
framework.WithClusterFiller(
api.WithKubernetesVersion(v1alpha1.Kube126),
api.WithKubernetesVersion(v1alpha1.Kube127),
api.WithControlPlaneCount(1),
api.WithWorkerNodeCount(1),
api.WithStackedEtcdTopology(),
Expand All @@ -1972,7 +1972,7 @@ func TestCloudStackUpgradeKubernetes128MulticlusterWorkloadClusterWithGithubFlux
provider,
framework.WithFluxGithub(),
framework.WithClusterFiller(
api.WithKubernetesVersion(v1alpha1.Kube126),
api.WithKubernetesVersion(v1alpha1.Kube127),
api.WithControlPlaneCount(1),
api.WithWorkerNodeCount(1),
api.WithStackedEtcdTopology(),
Expand Down

0 comments on commit 1ebc0ec

Please sign in to comment.