File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 808
808
definitions MUST be published for custom resource definitions.
809
809
release : v1.16
810
810
file : test/e2e/apimachinery/crd_publish_openapi.go
811
+ - testname : Discovery, confirm the PreferredVersion for each api group
812
+ codename : ' [sig-api-machinery] Discovery should validate PreferredVersion for each
813
+ APIGroup [Conformance]'
814
+ description : Ensure that a list of apis is retrieved. Each api group found MUST
815
+ return a valid PreferredVersion unless the group suffix is example.com.
816
+ release : v1.19
817
+ file : test/e2e/apimachinery/discovery.go
811
818
- testname : Event, delete a collection
812
819
codename : ' [sig-api-machinery] Events should delete a collection of events [Conformance]'
813
820
description : A set of events is created with a label selector which MUST be found
Original file line number Diff line number Diff line change @@ -82,7 +82,13 @@ var _ = SIGDescribe("Discovery", func() {
82
82
}
83
83
})
84
84
85
- ginkgo .It ("should validate PreferredVersion for each APIGroup" , func () {
85
+ /*
86
+ Release : v1.19
87
+ Testname: Discovery, confirm the PreferredVersion for each api group
88
+ Description: Ensure that a list of apis is retrieved.
89
+ Each api group found MUST return a valid PreferredVersion unless the group suffix is example.com.
90
+ */
91
+ framework .ConformanceIt ("should validate PreferredVersion for each APIGroup" , func () {
86
92
87
93
// get list of APIGroup endpoints
88
94
list := & metav1.APIGroupList {}
You can’t perform that action at this time.
0 commit comments