k3s/test/e2e_node
Kubernetes Submit Queue 312acd9e30 Merge pull request #32342 from coufon/get_image_machine_info_from_apiserver
Automatic merge from submit-queue

Get image and machine info from apiserver in node e2e test

This PR changes node e2e test to get image and machine information from API server instead of pass them from Jenkins test framework. The original format to pass image and machine info is naming the test node as "machine-image-uuid", which is hard to parse because "-" occurs a lot in both machine and image names.

Now we add two labels "image" and "machine" into performance data. The machine type has the format "cpu:1core,memory:3.6GB".

This PR is based on #32250.
2016-09-14 03:34:45 -07:00
..
build
environment
jenkins
remote
runner
services
OWNERS
README.md
apparmor_test.go
benchmark_util.go
cgroup_manager_test.go
container.go
container_manager_test.go
density_test.go
disk_eviction_test.go
doc.go
dynamic_kubelet_configuration_test.go
e2e_node_suite_test.go
gubernator.sh
image.go
image_conformance_test.go
image_list.go
kubelet_test.go
memory_eviction_test.go
mirror_pod_test.go
resource_collector.go
resource_usage_test.go
runtime_conformance_test.go
util.go

README.md

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