Skip to content

Commit 783c0db

Browse files
authored
adding ef-f-wcp label (#3657)
1 parent f3467b5 commit 783c0db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/e2e/csi_static_provisioning_basic.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
10781078
// 5. Create CNS register volume with above created FCD, AccessMode as "ReadOnlyMany".
10791079
// 6. verify the error message.
10801080
// 7. Delete Resource quota.
1081-
ginkgo.It("[ef-wcp][csi-supervisor] Verify static provisioning when AccessMode is ReadWriteMany or "+
1081+
ginkgo.It("[ef-f-wcp][csi-supervisor] Verify static provisioning when AccessMode is ReadWriteMany or "+
10821082
"ReadOnlyMany", ginkgo.Label(p1, block, wcp, vc70), func() {
10831083
var err error
10841084
ctx, cancel := context.WithCancel(context.Background())
@@ -1137,7 +1137,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
11371137
// 8. Verify PV is deleted automatically.
11381138
// 9. Verify Volume id deleted automatically.
11391139
// 10. Verify CRD deleted automatically.
1140-
ginkgo.It("[ef-wcp][csi-supervisor] Verify static provisioning workflow - when "+
1140+
ginkgo.It("[ef-f-wcp][csi-supervisor] Verify static provisioning workflow - when "+
11411141
"DuplicateFCD is used", ginkgo.Label(p2, block, wcp, vc70), func() {
11421142

11431143
var err error
@@ -1614,7 +1614,7 @@ var _ = ginkgo.Describe("Basic Static Provisioning", func() {
16141614
// 2. Create a storage policy.
16151615
// 3. Create FCD with the above created storage policy.
16161616
// 4. Import the volume created in step 3 to namespace created in step 1.
1617-
ginkgo.It("[ef-wcp][csi-supervisor] static provisioning workflow - when tried to import volume with a storage "+
1617+
ginkgo.It("[ef-f-wcp][csi-supervisor] static provisioning workflow - when tried to import volume with a storage "+
16181618
"policy that doesn't belong to the namespace", ginkgo.Label(p2, block, wcp, negative, vc70), func() {
16191619

16201620
var err error

tests/e2e/vsphere_volume_expansion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ var _ = ginkgo.Describe("Volume Expansion Test", func() {
891891
10. Make sure file system has increased
892892
*/
893893

894-
ginkgo.It("[ef-vanilla-block][ef-wcp][csi-block-vanilla][csi-supervisor][csi-block-vanilla-parallelized]"+
894+
ginkgo.It("[ef-vanilla-block][ef-f-wcp][csi-block-vanilla][csi-supervisor][csi-block-vanilla-parallelized]"+
895895
"[csi-vcp-mig] Verify online volume expansion by updating PVC with different sizes "+
896896
"concurrently", ginkgo.Label(p1, block, vanilla, wcp, core, vc70), func() {
897897

0 commit comments

Comments
 (0)