Skip to content

Commit

Permalink
Update newly added GitOps e2e test name to include "Flux" (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayiwang7 authored and danbudris committed Feb 22, 2022
1 parent 5109fdb commit 8641b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/workload_clusters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func TestVSphereKubernetes121WorkloadClusterDemo(t *testing.T) {
runWorkloadClusterFlow(test)
}

func TestVSphereUpgradeWorkloadClusterWithGitOps(t *testing.T) {
func TestVSphereUpgradeWorkloadClusterWithFlux(t *testing.T) {
provider := framework.NewVSphere(t, framework.WithUbuntu120())
test := framework.NewMulticlusterE2ETest(
t,
Expand Down Expand Up @@ -99,7 +99,7 @@ func TestVSphereUpgradeWorkloadClusterWithGitOps(t *testing.T) {
)
}

func TestDockerUpgradeWorkloadClusterWithGitOps(t *testing.T) {
func TestDockerUpgradeWorkloadClusterWithFlux(t *testing.T) {
provider := framework.NewDocker(t)
test := framework.NewMulticlusterE2ETest(
t,
Expand Down

0 comments on commit 8641b12

Please sign in to comment.