diff --git a/tests/e2e/csi_static_provisioning_basic.go b/tests/e2e/csi_static_provisioning_basic.go index bf1bfc0327..b62be153fd 100644 --- a/tests/e2e/csi_static_provisioning_basic.go +++ b/tests/e2e/csi_static_provisioning_basic.go @@ -761,7 +761,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() { // 9. Verify PV is deleted automatically. // 10. Verify Volume id deleted automatically. // 11. Verify CRD deleted automatically. - ginkgo.It("[ef-wcp][csi-supervisor] Verify static provisioning workflow on SVC - import "+ + ginkgo.It("[cf-wcp][csi-supervisor] Verify static provisioning workflow on SVC - import "+ "CNS volume", ginkgo.Label(p0, block, wcp, vc70), func() { var err error ctx, cancel := context.WithCancel(context.Background()) @@ -781,8 +781,8 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() { gomega.Expect(err).NotTo(gomega.HaveOccurred()) deleteFCDRequired = false ginkgo.By(fmt.Sprintf("Sleeping for %v seconds to allow newly created FCD:%s to sync with pandora", - pandoraSyncWaitTime, fcdID)) - time.Sleep(time.Duration(pandoraSyncWaitTime) * time.Second) + defaultPandoraSyncWaitTime, fcdID)) + time.Sleep(time.Duration(defaultPandoraSyncWaitTime) * time.Second) ginkgo.By("Create CNS register volume with above created FCD ") cnsRegisterVolume := getCNSRegisterVolumeSpec(ctx, namespace, fcdID, "", pvcName, v1.ReadWriteOnce) @@ -846,7 +846,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() { // 9. Verify PV is deleted automatically. // 10. Verify Volume id deleted automatically. // 11. Verify CRD deleted automatically. - ginkgo.It("[cf-wcp-f][ef-stretched-svc][csi-supervisor] [stretched-svc] Verify static provisioning workflow on "+ + ginkgo.It("[ef-wcp][ef-stretched-svc][csi-supervisor] [stretched-svc] Verify static provisioning workflow on "+ "SVC import FCD", ginkgo.Label(p0, block, wcp, vc70), func() { var err error var totalQuotaUsedBefore, storagePolicyQuotaBefore, storagePolicyUsageBefore *resource.Quantity diff --git a/tests/e2e/vmservice_vm.go b/tests/e2e/vmservice_vm.go index fc9334fdec..9343564a0d 100644 --- a/tests/e2e/vmservice_vm.go +++ b/tests/e2e/vmservice_vm.go @@ -203,7 +203,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() { 8 delete pvcs 9 Remove spbm policy attached to test namespace */ - ginkgo.It("[cf-wcp-f] verify vmservice vm creation with a pvc in its spec", ginkgo.Label(p0, + ginkgo.It("[cf-wcp] verify vmservice vm creation with a pvc in its spec", ginkgo.Label(p0, vmServiceVm, block, wcp, vc80), func() { ctx, cancel := context.WithCancel(context.Background()) defer cancel() @@ -227,8 +227,8 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() { "staticfcd"+curtimestring, storageProfileId, diskSizeInMb, defaultDatastore.Reference()) gomega.Expect(err).NotTo(gomega.HaveOccurred()) ginkgo.By(fmt.Sprintf("Sleeping for %v seconds to allow newly created FCD:%s to sync with pandora", - pandoraSyncWaitTime, fcdID)) - time.Sleep(time.Duration(pandoraSyncWaitTime) * time.Second) + defaultPandoraSyncWaitTime, fcdID)) + time.Sleep(time.Duration(defaultPandoraSyncWaitTime) * time.Second) ginkgo.By("Create CNS register volume with above created FCD ") cnsRegisterVolume := getCNSRegisterVolumeSpec(ctx, namespace, fcdID, "", pvcName, v1.ReadWriteOnce) diff --git a/tests/e2e/vsphere_volume_expansion.go b/tests/e2e/vsphere_volume_expansion.go index ef960f98f6..91a258ecea 100644 --- a/tests/e2e/vsphere_volume_expansion.go +++ b/tests/e2e/vsphere_volume_expansion.go @@ -1305,7 +1305,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() { 13. Verify File system has increased 14. Delete POD, PVC, PV, CNSregisterVolume and SC */ - ginkgo.It("[cf-wcp-f] [csi-supervisor] Offline and Online volume resize on statically "+ + ginkgo.It("[cf-wcp] [csi-supervisor] Offline and Online volume resize on statically "+ "created volume", ginkgo.Label(p0, block, wcp, vc70), func() { var err error var fsSize int64 @@ -1332,8 +1332,8 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() { "staticfcd"+curtimestring, profileID, diskSizeInMb, defaultDatastore.Reference()) gomega.Expect(err).NotTo(gomega.HaveOccurred()) ginkgo.By(fmt.Sprintf("Sleeping for %v seconds to allow newly created FCD:%s to sync with pandora", - pandoraSyncWaitTime, fcdID)) - time.Sleep(time.Duration(pandoraSyncWaitTime) * time.Second) + defaultPandoraSyncWaitTime, fcdID)) + time.Sleep(time.Duration(defaultPandoraSyncWaitTime) * time.Second) ginkgo.By("Create CNS register volume with above created FCD ") cnsRegisterVolume := getCNSRegisterVolumeSpec(ctx, namespace, fcdID, "", pvcName, v1.ReadWriteOnce)