Skip to content

Commit 3b0a13d

Browse files
authored
removing static-prov tests from cf (#3606)
1 parent 2e42ee7 commit 3b0a13d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/e2e/csi_static_provisioning_basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
846846
// 9. Verify PV is deleted automatically.
847847
// 10. Verify Volume id deleted automatically.
848848
// 11. Verify CRD deleted automatically.
849-
ginkgo.It("[cf-wcp][ef-stretched-svc][csi-supervisor] [stretched-svc] Verify static provisioning workflow on "+
849+
ginkgo.It("[cf-wcp-f][ef-stretched-svc][csi-supervisor] [stretched-svc] Verify static provisioning workflow on "+
850850
"SVC import FCD", ginkgo.Label(p0, block, wcp, vc70), func() {
851851
var err error
852852
var totalQuotaUsedBefore, storagePolicyQuotaBefore, storagePolicyUsageBefore *resource.Quantity

tests/e2e/vmservice_vm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ var _ bool = ginkgo.Describe("[vmsvc] vm service with csi vol tests", func() {
203203
8 delete pvcs
204204
9 Remove spbm policy attached to test namespace
205205
*/
206-
ginkgo.It("[cf-wcp] verify vmservice vm creation with a pvc in its spec", ginkgo.Label(p0,
206+
ginkgo.It("[cf-wcp-f] verify vmservice vm creation with a pvc in its spec", ginkgo.Label(p0,
207207
vmServiceVm, block, wcp, vc80), func() {
208208
ctx, cancel := context.WithCancel(context.Background())
209209
defer cancel()

tests/e2e/vsphere_volume_expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
13051305
13. Verify File system has increased
13061306
14. Delete POD, PVC, PV, CNSregisterVolume and SC
13071307
*/
1308-
ginkgo.It("[cf-wcp] [csi-supervisor] Offline and Online volume resize on statically "+
1308+
ginkgo.It("[cf-wcp-f] [csi-supervisor] Offline and Online volume resize on statically "+
13091309
"created volume", ginkgo.Label(p0, block, wcp, vc70), func() {
13101310
var err error
13111311
var fsSize int64

0 commit comments

Comments
 (0)