From c1ed874ed1a97a32baf708b176b13e26c5501e18 Mon Sep 17 00:00:00 2001 From: sipriyaa Date: Thu, 17 Oct 2024 22:51:56 +0530 Subject: [PATCH] new changes --- tests/e2e/csi_snapshot_negative.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/e2e/csi_snapshot_negative.go b/tests/e2e/csi_snapshot_negative.go index a2fb5e33ec..a73601824e 100644 --- a/tests/e2e/csi_snapshot_negative.go +++ b/tests/e2e/csi_snapshot_negative.go @@ -248,7 +248,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("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] TC24create volume snapshot when "+ + ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot when "+ "hostd goes down", ginkgo.Label(p0, block, vanilla, tkg, snapshot, disruptive), func() { serviceName = hostdServiceName @@ -256,7 +256,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] TC241create volume snapshot when CSI "+ + ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot when CSI "+ "restarts", ginkgo.Label(p0, block, vanilla, tkg, snapshot, disruptive), func() { serviceName = "CSI" @@ -264,7 +264,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] TC242create volume snapshot when VPXD "+ + ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot when VPXD "+ "goes down", ginkgo.Label(p0, block, vanilla, tkg, snapshot, disruptive), func() { serviceName = vpxdServiceName @@ -272,7 +272,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, false, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] TC243create volume snapshot when CNS goes "+ + ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot when CNS goes "+ "down", ginkgo.Label(p0, block, vanilla, tkg, snapshot, disruptive), func() { serviceName = vsanhealthServiceName @@ -280,7 +280,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, false, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] TC244create volume snapshot when SPS "+ + ginkgo.It("[block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot] create volume snapshot when SPS "+ "goes down", ginkgo.Label(p0, block, vanilla, tkg, snapshot, disruptive), func() { serviceName = spsServiceName @@ -288,7 +288,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti csiNamespace, fullSyncWaitTime, isServiceStopped, true, csiReplicas, pandoraSyncWaitTime) }) - ginkgo.It("[tkg-snapshot][supervisor-snapshot] TC245create volume snapshot when SVC CSI restarts", ginkgo.Label(p0, + ginkgo.It("[tkg-snapshot][supervisor-snapshot] create volume snapshot when SVC CSI restarts", ginkgo.Label(p0, tkg, snapshot, disruptive, newTest), func() { serviceName = "WCP CSI"