Promote ServiceStatus lifecycle e2e test to Conformance

This commit is contained in:
Stephen Heywood
2021-03-16 10:07:05 +13:00
parent 3e9c44f00e
commit af1f64bee8
2 changed files with 18 additions and 1 deletions

View File

@@ -1788,6 +1788,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]'