kubernetes/test/e2e_node
Kubernetes Submit Queue 42d5a1a9cd Merge pull request #37392 from Random-Liu/final-cleanup-for-nct
Automatic merge from submit-queue

Node Conformance Test: Final cleanup for node conformance test.

This PR fits node conformance test with recent change.
* Remove `--manifest-path` because the test will get kubelet configuration through `/configz` now. https://github.com/kubernetes/kubernetes/pull/36919
* Add `$TEST_ARGS` so that we can override arguments inside the container.
* Fix a bug in garbage_collector_test.go which will cause the framework tries to connect docker no matter running the test or not. @dashpole 
* Add `${REGISTRY}/node-test:${VERSION}` for convenience. 
* Bump up the image version to `0.2`. (the one released with v1.4 is `v0.1`)

I've run the test both with `run_test.sh` script and directly `docker run`. Both of them passed.

After this gets merged, I'll build and push the new test image.

@dchen1107 
/cc @kubernetes/sig-node
2016-11-29 22:39:52 -08:00
..
builder rename test/e2e_node/build/ to builder/ 2016-10-24 14:47:26 -07:00
conformance Final cleanup for node conformance test. 2016-11-23 13:39:54 -08:00
environment Update ubuntu image to e2e-node-ubuntu-trusty-docker10-v2-image. 2016-11-22 01:22:20 -08:00
jenkins Revert "Modify GCI mounter to enable NFSv3" 2016-11-23 13:15:37 +01:00
remote Fix remote log fetching. 2016-11-22 18:40:40 -08:00
runner Remove sudo in test suite and run test with sudo. 2016-11-07 15:27:53 -08:00
services run hack/update-all.sh 2016-11-23 15:53:09 -08:00
system Remove sudo in test suite and run test with sudo. 2016-11-07 15:27:53 -08:00
apparmor_test.go Move GroupVersion* to pkg/runtime/schema 2016-11-23 21:03:36 -06:00
benchmark_util.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
BUILD InodeEviction test tests that when some pods create many empty files, both in their container and in volumes, they are evicted before pods that act normally. 2016-11-28 13:09:40 -08:00
cgroup_manager_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
container_manager_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
container.go test/e2e_node 2016-11-23 15:53:09 -08:00
density_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
disk_eviction_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
dynamic_kubelet_configuration_test.go Add dynamic kubelet configuration utilities to node e2e tests 2016-11-02 10:02:21 -07:00
e2e_node_suite_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
garbage_collector_test.go Merge pull request #37392 from Random-Liu/final-cleanup-for-nct 2016-11-29 22:39:52 -08:00
gubernator.sh Fix error message around gcloud calls in node e2e and gubernator 2016-09-17 01:05:20 -04:00
image_id_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
image_list.go Kubelet: Use RepoDigest for ImageID when available 2016-10-10 15:16:58 -04:00
inode_eviction_test.go changed api to api/v1 2016-11-28 14:24:43 -08:00
kubelet_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
lifecycle_hook_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
log_path_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
memory_eviction_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
mirror_pod_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
OWNERS add Lantao Liu as node e2e reviewer. Relieve pwittroc@ from node e2e maintenance 2016-08-11 12:56:05 -07:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
resource_collector.go test/e2e_node 2016-11-23 15:53:09 -08:00
resource_usage_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
restart_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
runtime_conformance_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
simple_mount.go test/e2e_node 2016-11-23 15:53:09 -08:00
summary_test.go test/e2e_node 2016-11-23 15:53:09 -08:00
util.go test/e2e_node 2016-11-23 15:53:09 -08:00
volume_manager_test.go test/e2e_node 2016-11-23 15:53:09 -08:00