diff --git a/tests/e2e/csi_snapshot_basic.go b/tests/e2e/csi_snapshot_basic.go index 566cf3754c..1925224444 100644 --- a/tests/e2e/csi_snapshot_basic.go +++ b/tests/e2e/csi_snapshot_basic.go @@ -3603,7 +3603,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() { 8. cleanup the snapshots, restore-pvc and source-pvc */ - ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot][pq-vks-snapshot] Snapshot restore "+ + ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot][pq-vks-snapshot] Snapshot restore "+ "while the Host is Down", ginkgo.Label(p2, block, vanilla, snapshot, disruptive, vc80), func() { ctx, cancel := context.WithCancel(context.Background()) defer cancel() @@ -3777,7 +3777,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() { 9. Delete both deployments and. the pvcs */ - ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] VC reboot "+ + ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot][pq-vks-snapshot] VC reboot "+ "with deployment pvcs having snapshot", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, flaky, vc90), func() { @@ -4893,7 +4893,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() { 2. Create Snapshot class and take a snapshot of the volume 3. Cleanup of snapshot, pvc and sc */ - ginkgo.It("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+ + ginkgo.It("[pq-f-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+ "[ef-vks-snapshot-f] Volume provision and snapshot creation/restore on VVOL "+ "Datastore", ginkgo.Label(p0, block, vanilla, snapshot, tkg, vc80), func() { ctx, cancel := context.WithCancel(context.Background()) @@ -4938,7 +4938,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() { 2. Create Snapshot class and take a snapshot of the volume 3. Cleanup of snapshot, pvc and sc */ - ginkgo.It("[pq-wcp-snpt] [tkg-snapshot][ef-vks-snapshot-f][supervisor-snapshot] Volume provision "+ + ginkgo.It("[pq-wcp-f-snpt] [tkg-snapshot][ef-vks-snapshot-f][supervisor-snapshot] Volume provision "+ "and snapshot creation/restore on VSAN2 Datastore", ginkgo.Label(p0, snapshot, tkg, newTest, vc80), func() { ctx, cancel := context.WithCancel(context.Background()) diff --git a/tests/e2e/csi_snapshot_negative.go b/tests/e2e/csi_snapshot_negative.go index 275a712632..cca23f7077 100644 --- a/tests/e2e/csi_snapshot_negative.go +++ b/tests/e2e/csi_snapshot_negative.go @@ -253,7 +253,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti 6. k8s side: csi pod restarts with improved_idempotency enabled as well as run a scenario with improved_idempotency disabled */ - ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+ + ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+ "[pq-vks-snapshot] create volume snapshot when hostd goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() { @@ -262,7 +262,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] "+ + ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] "+ "[pq-vks-snapshot] create volume snapshot when CSI restarts", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() { @@ -271,7 +271,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+ + ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+ "[pq-vks-snapshot] create volume snapshot when VPXD goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, vc90), func() { @@ -280,7 +280,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, false, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+ + ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+ "[pq-vks-snapshot] create volume snapshot when CNS goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot, disruptive, negative, vc90), func() {