@@ -67,14 +67,14 @@ var _ = SIGDescribe("Proxy", func() {
...
@@ -67,14 +67,14 @@ var _ = SIGDescribe("Proxy", func() {
Description: Ensure that proxy on node logs works with generic top
Description: Ensure that proxy on node logs works with generic top
level prefix proxy and explicit kubelet port.
level prefix proxy and explicit kubelet port.
*/
*/
It("should proxy logs on node with explicit kubelet port [Conformance]",func(){nodeProxyTest(f,prefix+"/proxy/nodes/",":10250/logs/")})
framework.ConformanceIt("should proxy logs on node with explicit kubelet port ",func(){nodeProxyTest(f,prefix+"/proxy/nodes/",":10250/logs/")})
/*
/*
Testname: proxy-prefix-node-logs
Testname: proxy-prefix-node-logs
Description: Ensure that proxy on node logs works with generic top
Description: Ensure that proxy on node logs works with generic top
level prefix proxy.
level prefix proxy.
*/
*/
It("should proxy logs on node [Conformance]",func(){nodeProxyTest(f,prefix+"/proxy/nodes/","/logs/")})
framework.ConformanceIt("should proxy logs on node ",func(){nodeProxyTest(f,prefix+"/proxy/nodes/","/logs/")})
It("should proxy to cadvisor",func(){nodeProxyTest(f,prefix+"/proxy/nodes/",":4194/containers/")})
It("should proxy to cadvisor",func(){nodeProxyTest(f,prefix+"/proxy/nodes/",":4194/containers/")})
/*
/*
...
@@ -82,14 +82,14 @@ var _ = SIGDescribe("Proxy", func() {
...
@@ -82,14 +82,14 @@ var _ = SIGDescribe("Proxy", func() {
Description: Ensure that proxy on node logs works with node proxy
Description: Ensure that proxy on node logs works with node proxy
subresource and explicit kubelet port.
subresource and explicit kubelet port.
*/
*/
It("should proxy logs on node with explicit kubelet port using proxy subresource [Conformance]",func(){nodeProxyTest(f,prefix+"/nodes/",":10250/proxy/logs/")})
framework.ConformanceIt("should proxy logs on node with explicit kubelet port using proxy subresource ",func(){nodeProxyTest(f,prefix+"/nodes/",":10250/proxy/logs/")})
/*
/*
Testname: proxy-subresource-node-logs
Testname: proxy-subresource-node-logs
Description: Ensure that proxy on node logs works with node proxy
Description: Ensure that proxy on node logs works with node proxy
subresource.
subresource.
*/
*/
It("should proxy logs on node using proxy subresource [Conformance]",func(){nodeProxyTest(f,prefix+"/nodes/","/proxy/logs/")})
framework.ConformanceIt("should proxy logs on node using proxy subresource ",func(){nodeProxyTest(f,prefix+"/nodes/","/proxy/logs/")})
It("should proxy to cadvisor using proxy subresource",func(){nodeProxyTest(f,prefix+"/nodes/",":4194/proxy/containers/")})
It("should proxy to cadvisor using proxy subresource",func(){nodeProxyTest(f,prefix+"/nodes/",":4194/proxy/containers/")})
// using the porter image to serve content, access the content
// using the porter image to serve content, access the content
...
@@ -100,7 +100,7 @@ var _ = SIGDescribe("Proxy", func() {
...
@@ -100,7 +100,7 @@ var _ = SIGDescribe("Proxy", func() {
Description: Ensure that proxy through a service and a pod works with
Description: Ensure that proxy through a service and a pod works with
both generic top level prefix proxy and proxy subresource.
both generic top level prefix proxy and proxy subresource.
*/
*/
It("should proxy through a service and a pod [Conformance]",func(){
framework.ConformanceIt("should proxy through a service and a pod ",func(){