Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Rename cluster test
Browse files Browse the repository at this point in the history
  • Loading branch information
croomes authored and mhmxs committed May 10, 2021
1 parent c9fa7f7 commit 9a2b224
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
testutil "github.com/storageos/cluster-operator/test/e2e/util"
)

// TestClusterCSIDeployment test the CSI helper deployment as Deployment.
func TestClusterCSINodeV2(t *testing.T) {
// TestCluster tests the cluster deployment.
func TestCluster(t *testing.T) {
ctx := framework.NewTestCtx(t)
defer ctx.Cleanup()
resourceNS := "kube-system"
Expand Down

0 comments on commit 9a2b224

Please sign in to comment.