Skip to content

Commit 954203f

Browse files
authored
Removing host down tests (#3709)
1 parent 87f1169 commit 954203f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/e2e/csi_snapshot_basic.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,7 +3603,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
36033603
8. cleanup the snapshots, restore-pvc and source-pvc
36043604
*/
36053605

3606-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot] Snapshot restore "+
3606+
ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot][supervisor-snapshot] Snapshot restore "+
36073607
"while the Host is Down", ginkgo.Label(p2, block, vanilla, snapshot, disruptive, vc80), func() {
36083608
ctx, cancel := context.WithCancel(context.Background())
36093609
defer cancel()
@@ -4893,7 +4893,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
48934893
2. Create Snapshot class and take a snapshot of the volume
48944894
3. Cleanup of snapshot, pvc and sc
48954895
*/
4896-
ginkgo.It("[pq-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+
4896+
ginkgo.It("[pq-f-wcp-snpt][block-vanilla-snapshot][tkg-snapshot][supervisor-snapshot]"+
48974897
"[ef-vks-snapshot-f] Volume provision and snapshot creation/restore on VVOL "+
48984898
"Datastore", ginkgo.Label(p0, block, vanilla, snapshot, tkg, vc80), func() {
48994899
ctx, cancel := context.WithCancel(context.Background())
@@ -4938,7 +4938,7 @@ var _ = ginkgo.Describe("Volume Snapshot Basic Test", func() {
49384938
2. Create Snapshot class and take a snapshot of the volume
49394939
3. Cleanup of snapshot, pvc and sc
49404940
*/
4941-
ginkgo.It("[pq-wcp-snpt] [tkg-snapshot][ef-vks-snapshot-f][supervisor-snapshot] Volume provision "+
4941+
ginkgo.It("[pq-f-wcp-snpt] [tkg-snapshot][ef-vks-snapshot-f][supervisor-snapshot] Volume provision "+
49424942
"and snapshot creation/restore on VSAN2 Datastore", ginkgo.Label(p0, snapshot, tkg,
49434943
newTest, vc80), func() {
49444944
ctx, cancel := context.WithCancel(context.Background())

tests/e2e/csi_snapshot_negative.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ var _ = ginkgo.Describe("[block-snapshot-negative] Volume Snapshot Fault-Injecti
253253
6. k8s side: csi pod restarts with improved_idempotency enabled as well
254254
as run a scenario with improved_idempotency disabled
255255
*/
256-
ginkgo.It("[pq-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
256+
ginkgo.It("[pq-f-wcp-neg-snpt][block-vanilla-snapshot] [tkg-snapshot][supervisor-snapshot]"+
257257
"create volume snapshot when hostd goes down", ginkgo.Label(p1, block, vanilla, tkg, snapshot,
258258
disruptive, negative, vc90), func() {
259259

0 commit comments

Comments
 (0)