Merge pull request #106880 from ii/promote-proxy-301-redirect

Promote Pod- & ServiceProxy Test to Conformance - +12 endpoint coverage
This commit is contained in:
Kubernetes Prow Robot 2021-12-10 21:31:57 -08:00 committed by GitHub
commit aed75bf2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 1 deletions

View File

@ -1377,6 +1377,14 @@
other platforms like Windows. other platforms like Windows.
release: v1.9 release: v1.9
file: test/e2e/common/network/networking.go file: test/e2e/common/network/networking.go
- testname: Proxy, validate Proxy responses
codename: '[sig-network] Proxy version v1 A set of valid responses are returned
for both pod and service Proxy [Conformance]'
description: Attempt to create a pod and a service. A set of pod and service endpoints
MUST be accessed via Proxy using a list of http methods. A valid response MUST
be returned for each endpoint.
release: v1.24
file: test/e2e/network/proxy.go
- testname: Proxy, validate ProxyWithPath responses - testname: Proxy, validate ProxyWithPath responses
codename: '[sig-network] Proxy version v1 A set of valid responses are returned codename: '[sig-network] Proxy version v1 A set of valid responses are returned
for both pod and service ProxyWithPath [Conformance]' for both pod and service ProxyWithPath [Conformance]'

View File

@ -368,7 +368,15 @@ var _ = common.SIGDescribe("Proxy", func() {
} }
}) })
ginkgo.It("A set of valid responses are returned for both pod and service Proxy", func() { /*
Release: v1.24
Testname: Proxy, validate Proxy responses
Description: Attempt to create a pod and a service. A
set of pod and service endpoints MUST be accessed via
Proxy using a list of http methods. A valid response
MUST be returned for each endpoint.
*/
framework.ConformanceIt("A set of valid responses are returned for both pod and service Proxy", func() {
ns := f.Namespace.Name ns := f.Namespace.Name
msg := "foo" msg := "foo"