
Automatic merge from submit-queue (batch tested with PRs 65250, 68241). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md. Initial node performance testing framework. This PR adds a framework for node performance testing. Partially fixes: https://github.com/kubernetes/kubernetes/issues/65249. Use the following command to run this test: ```sh make test-e2e-node FOCUS="Node Performance Testing" SKIP="" PARALLELISM=1 ``` It has been tested in the following environment: - n1-standard-16 - Ubuntu 16.04 - docker 17.03.2 Note to reviewers: This PR won't pass node e2e since the docker images in https://github.com/kubernetes/kubernetes/pull/65251 are required for this to function. The node e2e will fail when trying to pull the required images for testing.