kubernetes/test/e2e_node
k8s-merge-robot 04bdd37bc4 Merge pull request #25972 from luxas/remove_arch_constants
Automatic merge from submit-queue

Use pause image depending on the server's platform when testing

Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic.

The pause image name and version is also now only in two places, and it's documented to bump both
Also removed "amd64" constants in the code. Such constants should be replaced by `runtime.GOARCH` or by looking up the server platform

Fixes: #22876 and #15140
Makes it easier for: #25730
Related: #17981

This is for `v1.3`
@ixdy @thockin @vishh @kubernetes/sig-testing @andyzheng0831 @pensu
2016-05-28 04:48:59 -07:00
..
environment Merge pull request #25771 from sjpotter/fs-info 2016-05-22 03:08:59 -07:00
jenkins Node e2e export test artifacts to jenkins. 2016-05-24 23:00:58 +00:00
runner Node e2e export test artifacts to jenkins. 2016-05-24 23:00:58 +00:00
container.go e2e-node test: check runtime ready/restartcount/status 2016-05-12 15:29:35 +08:00
container_list.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
container_manager_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
doc.go Refactor node e2e tests 2016-02-22 20:06:15 -08:00
e2e_build.go Show hack/build-go.sh and ginkgo build output during e2e tests. 2016-05-24 14:53:57 -07:00
e2e_node_suite_test.go Node e2e export test artifacts to jenkins. 2016-05-24 23:00:58 +00:00
e2e_remote.go Merge pull request #25696 from rmmh/showbuildlog 2016-05-27 16:17:08 -07:00
e2e_service.go Node e2e export test artifacts to jenkins. 2016-05-24 23:00:58 +00:00
exec_util.go e2e_node: port privileged pod tests from test/e2e/priviliged.go 2016-04-06 19:09:07 -07:00
image.go seccomp: add annotations and test for docker runtime 2016-05-24 12:25:21 -07:00
image_conformance_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
kubelet_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
mirror_pod_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
privileged_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
README.md Node e2e documentations and minor features 2016-02-26 10:58:48 -08:00
runtime_conformance_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
util.go Framework support for node e2e. 2016-04-29 15:37:35 -07:00

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).

Documentation for other releases can be found at releases.k8s.io.

See e2e-node-tests

Analytics