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 801
801
definitions MUST be published for custom resource definitions.
802
802
release : v1.16
803
803
file : test/e2e/apimachinery/crd_publish_openapi.go
804
+ - testname : Discovery, confirm the PreferredVersion for each api group
805
+ codename : ' [sig-api-machinery] Discovery should validate PreferredVersion for each
806
+ APIGroup [Conformance]'
807
+ description : Ensure that a list of apis is retrieved. Each api group found MUST
808
+ return a valid PreferredVersion unless the group suffix is example.com.
809
+ release : v1.19
810
+ file : test/e2e/apimachinery/discovery.go
804
811
- testname : Event, delete a collection
805
812
codename : ' [sig-api-machinery] Events should delete a collection of events [Conformance]'
806
813
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