Random-Liu
fa8bd1d034
Change privileged test to use framework, so that all namespaces
...
will be cleaned up by namespace controller.
2016-07-18 19:06:59 -07:00
Random-Liu
e40e82bd5c
Make it possible to share test between e2e and node e2e,
...
and make container probing test shared to validate.
2016-07-18 14:05:08 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Tim St. Clair
376b5f247a
Refactor common pod patterns to e2e framework.
2016-06-28 17:20:08 -07:00
Yu-Ju Hong
a6a3ed210c
Port the downward api test to the node e2e suite
...
Also extend the framework to allow a custom client config loading function, so
that the node e2e suite can reuse the same framework across tests.
2016-06-03 18:16:24 -07:00
Wojciech Tyczynski
febf158e0e
Revert "Make Privileged pods node e2e use the framework"
2016-05-29 06:17:35 +02:00
Vishnu kannan
fe5b0694c9
build ginkgo on-demand
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-26 15:37:52 -07:00
Vishnu kannan
9f730d5345
Update node e2e "privileged pods" to use the framework.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-26 15:37:51 -07:00
Phillip Wittrock
839f4f8dd2
Pre-pull images in node e2e-tests. Possible resolution for #24905
2016-05-20 05:22:30 +00:00
Yu-Ju Hong
a29432163e
node_e2e: disable serialized image pulls and increase test timeout
2016-04-21 15:34:28 -07:00
Phillip Wittrock
90d2f9ad5e
Incremental improvements to kubelet e2e tests
...
- Add keep-alive to ssh connection
- Don't try to stop services on image-based runs
- Increase jenkins ci timeout to 90 minutes to accomadate unpredictable go build times
- Remove spammy log statement
2016-04-18 13:56:07 -07:00
Yu-Ju Hong
6567c54e45
e2e_node: port privileged pod tests from test/e2e/priviliged.go
...
The ported test is functionally the same as the original test.
The main difference between the two tests is that the original test relies on
`kubectl` to exec into the container, while the latter directly uses the REST
client of the apiserver. This avoids the need to copy kubectl to the node under
test.
2016-04-06 19:09:07 -07:00