diff --git a/test/e2e/clusterCSINodeV2_test.go b/test/e2e/cluster_test.go similarity index 96% rename from test/e2e/clusterCSINodeV2_test.go rename to test/e2e/cluster_test.go index 53b8aa762..fbeb9f9e0 100644 --- a/test/e2e/clusterCSINodeV2_test.go +++ b/test/e2e/cluster_test.go @@ -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"