mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Promote pod and service ProxyWithPath e2e test to Conformance
This commit is contained in:
parent
0867767d6e
commit
c88a838282
8
test/conformance/testdata/conformance.yaml
vendored
8
test/conformance/testdata/conformance.yaml
vendored
@ -1702,6 +1702,14 @@
|
|||||||
other platforms like Windows.
|
other platforms like Windows.
|
||||||
release: v1.9
|
release: v1.9
|
||||||
file: test/e2e/common/networking.go
|
file: test/e2e/common/networking.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]'
|
||||||
|
description: Attempt to create a pod and a service. A set of pod and service endpoints
|
||||||
|
MUST be accessed via ProxyWithPath using a list of http methods. A valid response
|
||||||
|
MUST be returned for each endpoint.
|
||||||
|
release: v1.21
|
||||||
|
file: test/e2e/network/proxy.go
|
||||||
- testname: Proxy, logs service endpoint
|
- testname: Proxy, logs service endpoint
|
||||||
codename: '[sig-network] Proxy version v1 should proxy through a service and a pod [Conformance]'
|
codename: '[sig-network] Proxy version v1 should proxy through a service and a pod [Conformance]'
|
||||||
description: Select any node in the cluster to invoke /logs endpoint using the
|
description: Select any node in the cluster to invoke /logs endpoint using the
|
||||||
|
@ -273,7 +273,15 @@ var _ = SIGDescribe("Proxy", func() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("A set of valid responses are returned for both pod and service ProxyWithPath", func() {
|
/*
|
||||||
|
Release: v1.21
|
||||||
|
Testname: Proxy, validate ProxyWithPath responses
|
||||||
|
Description: Attempt to create a pod and a service. A
|
||||||
|
set of pod and service endpoints MUST be accessed via
|
||||||
|
ProxyWithPath 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 ProxyWithPath", func() {
|
||||||
|
|
||||||
ns := f.Namespace.Name
|
ns := f.Namespace.Name
|
||||||
msg := "foo"
|
msg := "foo"
|
||||||
|
Loading…
Reference in New Issue
Block a user