Skip to content

Commit 808915b

Browse files
committed
generic ephemeral volumes: document tests
1 parent b2dd308 commit 808915b

File tree

1 file changed

+11
-8
lines changed
  • keps/sig-storage/1698-generic-ephemeral-volumes

1 file changed

+11
-8
lines changed

keps/sig-storage/1698-generic-ephemeral-volumes/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,17 +362,20 @@ automatically enable late binding for PVCs which are owned by a pod.
362362

363363
### Test Plan
364364

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
367367
to
368368
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
370370
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.
376379

377380
### Graduation Criteria
378381

0 commit comments

Comments
 (0)