File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 2791
2791
patch, and delete operations.
2792
2792
release : v1.26
2793
2793
file : test/e2e/storage/csi_inline.go
2794
+ - testname : CSINode, lifecycle
2795
+ codename : ' [sig-storage] CSINodes CSI Conformance should run through the lifecycle
2796
+ of a csinode [Conformance]'
2797
+ description : Creating an initial CSINode MUST succeed. Reading a CSINode MUST succeed
2798
+ with required name retrieved. Patching a CSINode MUST succeed with its new label
2799
+ found. Listing CSINode with a labelSelector MUST succeed. Deleting a CSINode MUST
2800
+ succeed and it MUST be confirmed. Creating a replacement CSINode MUST succeed.
2801
+ Reading a CSINode MUST succeed with required name retrieved. Updating a CSINode
2802
+ MUST succeed with its new label found. Deleting the CSINode via deleteCollection
2803
+ MUST succeed and it MUST be confirmed.
2804
+ release : v1.32
2805
+ file : test/e2e/storage/csi_node.go
2794
2806
- testname : CSIStorageCapacity API
2795
2807
codename : ' [sig-storage] CSIStorageCapacity should support CSIStorageCapacities
2796
2808
API operations [Conformance]'
Original file line number Diff line number Diff line change @@ -40,7 +40,18 @@ var _ = utils.SIGDescribe("CSINodes", func() {
40
40
41
41
ginkgo .Describe ("CSI Conformance" , func () {
42
42
43
- ginkgo .It ("should run through the lifecycle of a csinode" , func (ctx context.Context ) {
43
+ /*
44
+ Release: v1.32
45
+ Testname: CSINode, lifecycle
46
+ Description: Creating an initial CSINode MUST succeed. Reading a CSINode MUST
47
+ succeed with required name retrieved. Patching a CSINode MUST succeed with its
48
+ new label found. Listing CSINode with a labelSelector MUST succeed. Deleting a
49
+ CSINode MUST succeed and it MUST be confirmed. Creating a replacement CSINode
50
+ MUST succeed. Reading a CSINode MUST succeed with required name retrieved. Updating
51
+ a CSINode MUST succeed with its new label found. Deleting the CSINode via deleteCollection
52
+ MUST succeed and it MUST be confirmed.
53
+ */
54
+ framework .ConformanceIt ("should run through the lifecycle of a csinode" , func (ctx context.Context ) {
44
55
45
56
csiNodeClient := f .ClientSet .StorageV1 ().CSINodes ()
46
57
You can’t perform that action at this time.
0 commit comments