File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
keps/sig-storage/1698-generic-ephemeral-volumes Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -362,17 +362,20 @@ automatically enable late binding for PVCs which are owned by a pod.
362
362
363
363
### Test Plan
364
364
365
- - Unit tests will be added for the API change.
366
- - Unit tests will cover the functionality of the controller, similar
365
+ - Unit tests were added for the API change.
366
+ - Unit tests cover the functionality of the controller, similar
367
367
to
368
368
https://github.com/kubernetes/kubernetes/blob/v1.18.2/pkg/controller/volume/persistentvolume/pv_controller_test.go .
369
- - Unit tests need to cover the positive case (feature enabled) as
369
+ - Unit tests cover the positive case (feature enabled) as
370
370
well as negative case (feature disabled or feature used incorrectly).
371
- - A new [ storage test
372
- suite] ( https://github.com/kubernetes/kubernetes/blob/2b2cf8df303affd916bbeda8c2184b023f6ee53c/test/e2e/storage/testsuites/base.go#L84-L94 )
373
- will be added which tests ephemeral volume creation, usage and deletion
374
- in combination with all drivers that support dynamic volume
375
- provisioning.
371
+ - The ephemeral volume test [ was
372
+ extended] ( https://github.com/kubernetes/kubernetes/commit/2468a24b7a732fa492027a159ee15b6d31bf0577#diff-20517805986874f69e3254bed93d59996d5a6fd571a70ab8120736ded5aafa24 )
373
+ to also test generic ephemeral volumes in combination with all
374
+ drivers that support dynamic volume provisioning. It currently runs
375
+ as part of the
376
+ [ alpha-canary-on-master] ( https://k8s-testgrid.appspot.com/sig-storage-csi-ci#alpha-canary-on-master )
377
+ Prow job. After the promotion to beta it will also be part of all
378
+ ` -on-1.21 ` jobs.
376
379
377
380
### Graduation Criteria
378
381
You can’t perform that action at this time.
0 commit comments