k3s/test
Kubernetes Submit Queue 702ac1c504 Merge pull request #40622 from shyamjvs/refactor-returns-again
Automatic merge from submit-queue (batch tested with PRs 40978, 40994, 41008, 40622)

Refactored kubemark code into provider-specific and provider-independent parts [Part-2]

Applying part of the changes of PR https://github.com/kubernetes/kubernetes/pull/39033 (which refactored kubemark code completely). The changes included in this PR are:

- Added test/kubemark/skeleton/util.sh which defines a well-commented interface that any cloud-provider should implement to run kubemark.
  This includes functions like creating the master machine instance along with its resources, remotely executing a given command on the master (like ssh), scp, deleting the master instance and its resources.
  All these functions have to be over-ridden by each cloud provider inside the file /test/kubemark/$CLOUD_PROVIDER/util.sh
- Implemented the above mentioned interface for gce in /test/kubemark/$CLOUD_PROVIDER/util.sh
- Made start- and stop- kubemark scripts (almost) provider independent by making them source the interface based on cloud provider.

@kubernetes/sig-scalability-misc @wojtek-t @gmarek
2017-02-06 06:45:10 -08:00
..
e2e Fix failing density test in 100-node clusters 2017-02-06 12:18:10 +01:00
e2e_federation [Federation] Marked the tests that don't need registered clusters so. 2017-01-31 15:11:10 -08:00
e2e_node Update test e2e nodes to use new flag 2017-02-03 17:21:37 -05:00
fixtures test for explicit null value propagation in apply 2017-01-31 14:22:24 -05:00
images test/images/mount-tester-user: bump base image to 0.8 2017-02-01 20:42:02 +00:00
integration Update generated files 2017-02-03 08:15:46 +01:00
kubemark Merge pull request #40622 from shyamjvs/refactor-returns-again 2017-02-06 06:45:10 -08:00
list
soak move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
utils move workqueue to client-go 2017-01-30 09:08:21 -05:00
BUILD auto-generated bazel BUILD file changes 2017-01-19 08:00:52 +05:30
OWNERS Add Janet and Michail to test approver list 2017-02-03 16:24:13 -08:00
test_owners.csv added sig column to test owners 2017-02-03 12:44:51 -08:00