mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
convert the runtimeclass API tests to conformance
This commit is contained in:
parent
147a120948
commit
5da4cf0478
10
test/conformance/testdata/conformance.yaml
vendored
10
test/conformance/testdata/conformance.yaml
vendored
@ -1957,6 +1957,16 @@
|
||||
The PodTemplate must be deleted.
|
||||
release: v1.19
|
||||
file: test/e2e/common/podtemplates.go
|
||||
- testname: RuntimeClass API
|
||||
codename: '[sig-node] RuntimeClass should support RuntimeClasses API operations
|
||||
[Conformance]'
|
||||
description: ' The node.k8s.io API group MUST exist in the /apis discovery document.
|
||||
The node.k8s.io/v1 API group/version MUST exist in the /apis/mode.k8s.io discovery
|
||||
document. The runtimeclasses resource MUST exist in the /apis/node.k8s.io/v1 discovery
|
||||
document. The runtimeclasses resource must support create, get, list, watch, update,
|
||||
patch, delete, and deletecollection.'
|
||||
release: v1.20
|
||||
file: test/e2e/common/runtimeclass.go
|
||||
- testname: LimitRange, resources
|
||||
codename: '[sig-scheduling] LimitRange should create a LimitRange with defaults
|
||||
and ensure pod has those defaults applied. [Conformance]'
|
||||
|
@ -97,7 +97,7 @@ var _ = ginkgo.Describe("[sig-node] RuntimeClass", func() {
|
||||
The runtimeclasses resource MUST exist in the /apis/node.k8s.io/v1 discovery document.
|
||||
The runtimeclasses resource must support create, get, list, watch, update, patch, delete, and deletecollection.
|
||||
*/
|
||||
ginkgo.It(" [NodeConformance] should support RuntimeClasses API operations", func() {
|
||||
framework.ConformanceIt(" should support RuntimeClasses API operations", func() {
|
||||
// Setup
|
||||
rcVersion := "v1"
|
||||
rcClient := f.ClientSet.NodeV1().RuntimeClasses()
|
||||
|
Loading…
Reference in New Issue
Block a user