@@ -92,7 +92,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
92
92
// Verify volume is detached from VM.
93
93
// Delete PVC in GC.
94
94
95
- ginkgo .It ("[cf-vks][ef-vks] Verify CnsNodeVmAttachements existence in " +
95
+ ginkgo .It ("[cf-vks] Verify CnsNodeVmAttachements existence in " +
96
96
"a pod lifecycle" , ginkgo .Label (p0 , block , tkg , vc70 ), func () {
97
97
var sc * storagev1.StorageClass
98
98
var pvc * v1.PersistentVolumeClaim
@@ -179,7 +179,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
179
179
// Verify volumes are detached from VMs.
180
180
// Delete PVCs in GC.
181
181
182
- ginkgo .It ("[cf-vks][ef-vks] Verify CnsNodeVmAttachements crd existence when pods are created " +
182
+ ginkgo .It ("[cf-vks] Verify CnsNodeVmAttachements crd existence when pods are created " +
183
183
"concurrently" , ginkgo .Label (p0 , block , tkg , vc70 ), func () {
184
184
var err error
185
185
ctx , cancel := context .WithCancel (context .Background ())
@@ -390,7 +390,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
390
390
// 11- Delete statefulset.
391
391
// 13- Delete PVCs.
392
392
393
- ginkgo .It ("[cf-vks][ef-vks] Detach Statefulset testing with default " +
393
+ ginkgo .It ("[cf-vks] Detach Statefulset testing with default " +
394
394
"podManagementPolicy" , ginkgo .Label (p0 , block , tkg , vc70 ), func () {
395
395
396
396
ginkgo .By ("Creating StorageClass for Statefulset" )
@@ -565,7 +565,7 @@ var _ = ginkgo.Describe("[csi-guest] CnsNodeVmAttachment persistence", func() {
565
565
// Verify Pod is deleted from GC.
566
566
// Verify volume is detached from VM.
567
567
// Delete PVC in GC.
568
- ginkgo .It ("[cf-vks][ef-vks] Create a Pod mounted with multiple PVC" , ginkgo .Label (p0 , block , tkg , vc70 ), func () {
568
+ ginkgo .It ("[cf-vks] Create a Pod mounted with multiple PVC" , ginkgo .Label (p0 , block , tkg , vc70 ), func () {
569
569
var sc * storagev1.StorageClass
570
570
var pvc * v1.PersistentVolumeClaim
571
571
var err error
0 commit comments