|
82 | 82 | Items marked with (R) are required *prior to targeting to a milestone / release*. |
83 | 83 |
|
84 | 84 | - [X] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
85 | | -- [ ] (R) KEP approvers have approved the KEP status as `implementable` |
| 85 | +- [X] (R) KEP approvers have approved the KEP status as `implementable` |
86 | 86 | - [X] (R) Design details are appropriately documented |
87 | | -- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
88 | | - - [ ] e2e Tests for all Beta API Operations (endpoints) |
89 | | - - [ ] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
| 87 | +- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors) |
| 88 | + - [X] e2e Tests for all Beta API Operations (endpoints) - [dashboard](https://testgrid.k8s.io/sig-storage-kubernetes#kind-storage-alpha-beta-features&include-filter-by-regex=%5BFeature%3AVolumeAttributesClass%5D&include-filter-by-regex=%5BFeature%3AVolumeAttributesClass%5D&include-filter-by-regex=%5C%5BFeature%3AVolumeAttributesClass%5C%5D) |
| 89 | + - [X] (R) Ensure GA e2e tests for meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
90 | 90 | - [ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free |
91 | 91 | - [ ] (R) Graduation criteria is in place |
92 | 92 | - [ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md) |
93 | | -- [ ] (R) Production readiness review completed |
| 93 | +- [X] (R) Production readiness review completed |
94 | 94 | - [ ] (R) Production readiness review approved |
95 | 95 | - [X] "Implementation History" section is up-to-date for milestone |
96 | 96 | - [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
@@ -689,10 +689,7 @@ VolumeAttributesClass parameters can be considered as best-effort parameters, th |
689 | 689 |
|
690 | 690 | * Basic unit tests for performance and quota system. |
691 | 691 | * API conformance tests |
692 | | -* E2E tests with happy tests in the [K8s storage framework](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/testsuites) for different drivers testing |
693 | | -* E2E tests using mock driver to cause failure on create, update and recovering cases |
694 | | - * [K8s storage framework](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/testsuites) |
695 | | - * [csi-tes](https://github.com/kubernetes-csi/csi-test) |
| 692 | +* E2E tests: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/volumeattributesclass.go |
696 | 693 | * Test coverage of quota usage with ResourceQuota and LimitRange |
697 | 694 | * Measure latency impact to CreateVolume during beta and provide feedback to operators |
698 | 695 | * Upgrade and rollback test when the feature gate changes to beta |
|
0 commit comments