mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Merge pull request #106880 from ii/promote-proxy-301-redirect
Promote Pod- & ServiceProxy Test to Conformance - +12 endpoint coverage
This commit is contained in:
commit
aed75bf2ed
8
test/conformance/testdata/conformance.yaml
vendored
8
test/conformance/testdata/conformance.yaml
vendored
@ -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]'
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user