kubernetes/test/e2e/framework
Kubernetes Submit Queue de1cee38bf Merge pull request #35284 from jsafrane/fix-class-tests
Automatic merge from submit-queue

Add test for provisioning with storage class

This PR re-introduces e2e test for dynamic provisioning with storage classes.

It adds the same test as it was merged in PR #32485 with an extra patch adding region to AWS calls. It works well on my AWS setup, however I'm using shared company account and I can't run kube-up.sh and run the tests in the "official" way.

@zmerlynn, can you please try to run tests that led to #34961?

@justinsb, you're my AWS guru, would there be a way how to introduce fully initialized AWS cloud provider into e2e test framework? It would simplify everything. GCE has it there, but it's easier to initialize, I guess. See https://github.com/kubernetes/kubernetes/blob/master/test/e2e/pd.go#L486 for example - IMO tests should not talk to AWS directly.
2017-04-07 11:40:34 -07:00
..
authorizer_util.go add rbac v1beta1 2017-01-18 09:49:33 -05:00
BUILD Extract volume test utils into framework. 2017-04-04 14:50:37 -05:00
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
exec_util.go find and replace 2017-01-20 08:04:53 -05:00
federation_util.go Add the ability to customize federation system namespace in e2e turn up scripts. 2017-03-24 14:42:50 -07:00
firewall_util.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
framework.go Configurably skip creation of namespace on e2e setup 2017-04-04 17:42:49 -07:00
get-kubemark-resource-usage.go Fix resource gatherer for kubemark 2016-12-13 14:59:22 +01:00
google_compute.go Delete regional static-ip instead of global for type=lb 2016-12-07 11:33:04 -08:00
ingress_utils.go Log instead of fail on GLBCs tendency to leak resources 2017-03-13 15:31:03 -07:00
jobs_util.go Implements an upgrade test for Job. Job common functionality is refactored into the framework package to allow for code sharing between e2e and upgrade tests. 2017-02-27 09:24:59 -08:00
kubelet_stats.go kubelet: add cgroup manager metrics 2017-03-06 08:53:47 -06:00
log_size_monitoring.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
metrics_util.go tests 2017-02-28 23:05:41 -08:00
networking_utils.go e2e for cluster-autoscaler unhealthy cluster handling 2017-04-04 14:36:44 +02:00
nodes_util.go Adding a SSH tunnel check to GKE upgrades 2017-03-29 11:37:29 -07:00
perf_util.go Fix kubelet perf data to make work again for perfdash. 2016-09-30 11:56:02 -07:00
pods.go use default timeout for deletion 2017-03-08 14:40:19 -08:00
pv_util.go addressed jeffvance's review comments 2017-03-31 10:15:23 -07:00
resource_usage_gatherer.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
service_util.go Handle potential conflicts on service endpoint test deletion 2017-03-03 01:29:57 -05:00
size.go Extract commonly used functions from e2e/resize_nodes.go to e2e/framework 2017-04-04 00:01:20 +02:00
statefulset_utils.go Fix StatefulSet apps flakes 2017-03-14 02:44:55 -07:00
test_context.go e2e tests should be multizone aware 2017-04-06 13:28:29 +02:00
upgrade_util.go Move few reusable functions to upgrade_utils.go 2017-03-11 01:39:56 +05:30
util.go Merge pull request #43804 from Crazykev/wrong-err 2017-04-07 05:06:39 -07:00
volume_util.go Add skipUnlessNodeOS is GCI 2017-04-04 15:38:29 -05:00