Skip to content

Commit b28f50c

Browse files
authored
pq-wcp tests (#3790)
1 parent 4f15c98 commit b28f50c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/e2e/improved_csi_idempotency.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
179179

180180
ginkgo.It("[stable-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
181181
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block][pq-vks]"+
182-
"[pq-vks-n1][pq-vks-n2] Reduce external provisioner timeout and create volumes - "+
182+
"[pq-vks-n1][pq-vks-n2] [pq-wcp] Reduce external provisioner timeout and create volumes - "+
183183
"idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg, vanilla, vc70), func() {
184184
createVolumesByReducingProvisionerTime(namespace, client, storagePolicyName, scParameters,
185185
volumeOpsScale, shortProvisionerTimeout, c)
@@ -205,9 +205,9 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
205205
6. Verify no orphan volumes are left
206206
*/
207207
ginkgo.It("[stable-f-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
208-
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block]create "+
209-
"volume when hostd service goes down - "+
210-
"idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg, vanilla, vc70), func() {
208+
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block][pq-wcp]"+
209+
"create volume when hostd service goes down - idempotency", ginkgo.Label(p0, disruptive, block, file, windows,
210+
wcp, tkg, vanilla, vc70), func() {
211211
serviceName = hostdServiceName
212212
createVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName,
213213
scParameters, volumeOpsScale, isServiceStopped, c)
@@ -225,8 +225,8 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
225225
*/
226226
ginkgo.It("[stable-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
227227
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block][pq-vks]"+
228-
"[pq-vks-n1][pq-vks-n2] create volume when CNS goes down - idempotency", ginkgo.Label(p0, disruptive, block,
229-
file, windows, wcp, tkg, vanilla, vc70), func() {
228+
"[pq-vks-n1][pq-vks-n2][pq-wcp]create volume when CNS goes down - idempotency", ginkgo.Label(p0, disruptive,
229+
block, file, windows, wcp, tkg, vanilla, vc70), func() {
230230
serviceName = vsanhealthServiceName
231231
createVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName,
232232
scParameters, volumeOpsScale, isServiceStopped, c)
@@ -243,9 +243,9 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
243243
7. Verify no orphan volumes are left
244244
*/
245245
ginkgo.It("[stable-f-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
246-
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block]create "+
247-
"volume when VPXD goes down - "+
248-
"idempotency", ginkgo.Label(p0, disruptive, block, file, windows, wcp, tkg, vanilla, vc70), func() {
246+
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block] [pq-wcp]"+
247+
"create volume when VPXD goes down - idempotency", ginkgo.Label(p0, disruptive, block, file,
248+
windows, wcp, tkg, vanilla, vc70), func() {
249249
serviceName = vpxdServiceName
250250
createVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName,
251251
scParameters, volumeOpsScale, isServiceStopped, c)
@@ -263,7 +263,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
263263
*/
264264
ginkgo.It("[stable-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
265265
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block][pq-vks]"+
266-
"[pq-vks-n1][pq-vks-n2] create volume when SPS goes down - idempotency", ginkgo.Label(p0,
266+
"[pq-vks-n1][pq-vks-n2][pq-wcp] create volume when SPS goes down - idempotency", ginkgo.Label(p0,
267267
block, file, windows, wcp, tkg, vanilla, vc80), func() {
268268
serviceName = spsServiceName
269269
createVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName,
@@ -281,7 +281,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
281281
*/
282282
ginkgo.It("[stable-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
283283
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block]"+
284-
"[pq-vks][pq-vks-n1][pq-vks-n2] create volume when CSI restarts - idempotency", ginkgo.Label(p0,
284+
"[pq-vks][pq-vks-n1][pq-vks-n2][pq-wcp]create volume when CSI restarts - idempotency", ginkgo.Label(p0,
285285
disruptive, block, file, windows, wcp, tkg, vanilla, vc70), func() {
286286
serviceName = "CSI"
287287
createVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName,
@@ -300,7 +300,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
300300
*/
301301
ginkgo.It("[stable-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
302302
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block][pq-vks]"+
303-
"[pq-vks-n1][pq-vks-n2] extend volume when csi restarts - idempotency", ginkgo.Label(p0, disruptive, block,
303+
"[pq-vks-n1][pq-vks-n2][pq-wcp]extend volume when csi restarts - idempotency", ginkgo.Label(p0, disruptive, block,
304304
file, windows, wcp, tkg, vanilla, vc70), func() {
305305
serviceName = "CSI"
306306
extendVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName, scParameters,
@@ -320,7 +320,7 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
320320
*/
321321
ginkgo.It("[stable-pq-vks][csi-block-vanilla][csi-file-vanilla][csi-guest][csi-supervisor][pq-vanilla-file]"+
322322
"[pq-n1-vanilla-file][pq-n2-vanilla-file][pq-vanilla-block][pq-n1-vanilla-block][pq-n2-vanilla-block][pq-vks]"+
323-
"[pq-vks-n1][pq-vks-n2] extend volume when CNS goes down - idempotency", ginkgo.Label(p0, disruptive, block,
323+
"[pq-vks-n1][pq-vks-n2][pq-wcp] extend volume when CNS goes down - idempotency", ginkgo.Label(p0, disruptive, block,
324324
file, windows, wcp, tkg, vanilla, vc70), func() {
325325
serviceName = vsanhealthServiceName
326326
extendVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName, scParameters,
@@ -337,8 +337,8 @@ var _ = ginkgo.Describe("Improved CSI Idempotency Tests", func() {
337337
6. Delete pvcs and SC
338338
7. Verify no orphan volumes are left
339339
*/
340-
ginkgo.It("[csi-supervisor] create volume when storage-quota-weebhook goes down", ginkgo.Label(p0, disruptive,
341-
wcp), func() {
340+
ginkgo.It("[csi-supervisor][pq-wcp]create volume when storage-quota-weebhook goes down", ginkgo.Label(p0,
341+
disruptive, wcp), func() {
342342
serviceName = storageQuotaWebhookPrefix
343343
createVolumeWithServiceDown(serviceName, namespace, client, storagePolicyName,
344344
scParameters, volumeOpsScale, isServiceStopped, c)

0 commit comments

Comments
 (0)