diff --git a/test/conformance/testdata/conformance.yaml b/test/conformance/testdata/conformance.yaml index 4bfbd42f840..bf7f099fdd8 100755 --- a/test/conformance/testdata/conformance.yaml +++ b/test/conformance/testdata/conformance.yaml @@ -1377,6 +1377,14 @@ other platforms like Windows. release: v1.9 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 codename: '[sig-network] Proxy version v1 A set of valid responses are returned for both pod and service ProxyWithPath [Conformance]' diff --git a/test/e2e/network/proxy.go b/test/e2e/network/proxy.go index 540967a31df..16e5c10eaef 100644 --- a/test/e2e/network/proxy.go +++ b/test/e2e/network/proxy.go @@ -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 msg := "foo"