mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
Merge pull request #118001 from ii/promote-apiresources-test
Promote e2e test for APIResources endpoints + 12 Endpoints
This commit is contained in:
commit
02acacba43
8
test/conformance/testdata/conformance.yaml
vendored
8
test/conformance/testdata/conformance.yaml
vendored
@ -312,6 +312,14 @@
|
||||
definitions MUST be published for custom resource definitions.
|
||||
release: v1.16
|
||||
file: test/e2e/apimachinery/crd_publish_openapi.go
|
||||
- testname: Discovery, confirm the groupVerion and a resourcefrom each apiGroup
|
||||
codename: '[sig-api-machinery] Discovery should locate the groupVersion and a resource
|
||||
within each APIGroup [Conformance]'
|
||||
description: A resourceList MUST be found for each apiGroup that is retrieved. For
|
||||
each apiGroup the groupVersion MUST equal the groupVersion as reported by the
|
||||
schema. From each resourceList a valid resource MUST be found.
|
||||
release: v1.28
|
||||
file: test/e2e/apimachinery/discovery.go
|
||||
- testname: Discovery, confirm the PreferredVersion for each api group
|
||||
codename: '[sig-api-machinery] Discovery should validate PreferredVersion for each
|
||||
APIGroup [Conformance]'
|
||||
|
@ -159,7 +159,14 @@ var _ = SIGDescribe("Discovery", func() {
|
||||
}
|
||||
})
|
||||
|
||||
ginkgo.It("should locate the groupVersion and a resource within each APIGroup", func(ctx context.Context) {
|
||||
/*
|
||||
Release: v1.28
|
||||
Testname: Discovery, confirm the groupVerion and a resourcefrom each apiGroup
|
||||
Description: A resourceList MUST be found for each apiGroup that is retrieved.
|
||||
For each apiGroup the groupVersion MUST equal the groupVersion as reported by
|
||||
the schema. From each resourceList a valid resource MUST be found.
|
||||
*/
|
||||
framework.ConformanceIt("should locate the groupVersion and a resource within each APIGroup", func(ctx context.Context) {
|
||||
|
||||
tests := []struct {
|
||||
apiBasePath string
|
||||
|
Loading…
Reference in New Issue
Block a user