mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
Promote APIService e2e test to Conformance
This commit is contained in:
parent
9f9602ef83
commit
c4935571a5
12
test/conformance/testdata/conformance.yaml
vendored
12
test/conformance/testdata/conformance.yaml
vendored
@ -160,6 +160,18 @@
|
|||||||
1.17 will work on the current Aggregator/API-Server.
|
1.17 will work on the current Aggregator/API-Server.
|
||||||
release: v1.17, v1.21
|
release: v1.17, v1.21
|
||||||
file: test/e2e/apimachinery/aggregator.go
|
file: test/e2e/apimachinery/aggregator.go
|
||||||
|
- testname: Aggregator, manage lifecycle of an APIService
|
||||||
|
codename: '[sig-api-machinery] Aggregator should manage the lifecycle of an APIService
|
||||||
|
[Conformance]'
|
||||||
|
description: An APIService is created which MUST succeed. The APIService status
|
||||||
|
when replaced MUST succeed. Given the updating of the APIService status, the fields
|
||||||
|
MUST equal the new values. The APIService status when patched MUST succeed. Given
|
||||||
|
the patching of the APIService status, the fields MUST equal the new values. The
|
||||||
|
APIService when replaced MUST succeed. Given the updating of the APIService, the
|
||||||
|
fields MUST equal the new values. It MUST succeed at deleting a collection of
|
||||||
|
APIServices via a label selector.
|
||||||
|
release: v1.25
|
||||||
|
file: test/e2e/apimachinery/aggregator.go
|
||||||
- testname: Custom Resource Definition Conversion Webhook, convert mixed version list
|
- testname: Custom Resource Definition Conversion Webhook, convert mixed version list
|
||||||
codename: '[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
|
codename: '[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
|
||||||
should be able to convert a non homogeneous list of CRs [Conformance]'
|
should be able to convert a non homogeneous list of CRs [Conformance]'
|
||||||
|
@ -108,7 +108,19 @@ var _ = SIGDescribe("Aggregator", func() {
|
|||||||
TestSampleAPIServer(f, aggrclient, imageutils.GetE2EImage(imageutils.APIServer))
|
TestSampleAPIServer(f, aggrclient, imageutils.GetE2EImage(imageutils.APIServer))
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("should manage the lifecycle of an APIService", func() {
|
/*
|
||||||
|
Release: v1.25
|
||||||
|
Testname: Aggregator, manage lifecycle of an APIService
|
||||||
|
Description: An APIService is created which MUST succeed. The
|
||||||
|
APIService status when replaced MUST succeed. Given the updating
|
||||||
|
of the APIService status, the fields MUST equal the new values.
|
||||||
|
The APIService status when patched MUST succeed. Given the patching
|
||||||
|
of the APIService status, the fields MUST equal the new values. The
|
||||||
|
APIService when replaced MUST succeed. Given the updating of the
|
||||||
|
APIService, the fields MUST equal the new values. It MUST succeed at
|
||||||
|
deleting a collection of APIServices via a label selector.
|
||||||
|
*/
|
||||||
|
framework.ConformanceIt("should manage the lifecycle of an APIService", func() {
|
||||||
|
|
||||||
ns := f.Namespace.Name
|
ns := f.Namespace.Name
|
||||||
framework.Logf("ns: %v", ns)
|
framework.Logf("ns: %v", ns)
|
||||||
|
Loading…
Reference in New Issue
Block a user