mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #100290 from ii/promote-service-status-test
Promote ServiceStatus lifecycle e2e test to Conformance +4 endpoint coverage
This commit is contained in:
commit
da341b5cfc
8
test/conformance/testdata/conformance.yaml
vendored
8
test/conformance/testdata/conformance.yaml
vendored
@ -1415,6 +1415,14 @@
|
||||
[LinuxOnly]: Windows does not support session affinity.'
|
||||
release: v1.19
|
||||
file: test/e2e/network/service.go
|
||||
- testname: Service, complete ServiceStatus lifecycle
|
||||
codename: '[sig-network] Services should complete a service status lifecycle [Conformance]'
|
||||
description: Create a service, the service MUST exist. When retrieving /status the
|
||||
action MUST be validated. When patching /status the action MUST be validated.
|
||||
When updating /status the action MUST be validated. When patching a service the
|
||||
action MUST be validated.
|
||||
release: v1.21
|
||||
file: test/e2e/network/service.go
|
||||
- testname: Find Kubernetes Service in default Namespace
|
||||
codename: '[sig-network] Services should find a service from listing all namespaces
|
||||
[Conformance]'
|
||||
|
@ -2209,7 +2209,16 @@ var _ = common.SIGDescribe("Services", func() {
|
||||
framework.ExpectError(err, "should not be able to fetch Endpoint")
|
||||
})
|
||||
|
||||
ginkgo.It("should complete a service status lifecycle", func() {
|
||||
/*
|
||||
Release: v1.21
|
||||
Testname: Service, complete ServiceStatus lifecycle
|
||||
Description: Create a service, the service MUST exist.
|
||||
When retrieving /status the action MUST be validated.
|
||||
When patching /status the action MUST be validated.
|
||||
When updating /status the action MUST be validated.
|
||||
When patching a service the action MUST be validated.
|
||||
*/
|
||||
framework.ConformanceIt("should complete a service status lifecycle", func() {
|
||||
|
||||
ns := f.Namespace.Name
|
||||
svcResource := schema.GroupVersionResource{Group: "", Version: "v1", Resource: "services"}
|
||||
|
Loading…
Reference in New Issue
Block a user