k3s/test/e2e
Kubernetes Submit Queue 64f52a2725 Merge pull request #32485 from jsafrane/e2e-provisioning-class
Automatic merge from submit-queue

Add e2e tests for storageclass

- test pd-ssd and pd-standard on GCE,
- test all four volume types and encryption on AWS
- test just the default volume type on OpenStack (right now, there is no API
  to get list of them)

These tests are quite slow, e.g. there are two tests on AWS that has to run mkfs.ext4 on 500 GB magnetic drive with low IOPS, which takes ~3-4 minutes each.
2016-10-13 21:51:27 -07:00
..
chaosmonkey
cleanup
common Merge pull request #34140 from timothysc/e2e-variant 2016-10-11 16:01:42 -07:00
framework Fix the wait for pod success in test framework. 2016-10-12 11:33:40 -07:00
generated
perftype
testing-manifests
addon_update.go annotate errors in e2e tests 2016-10-06 23:11:29 -04:00
autoscaling_utils.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
batch_v1_jobs.go remove almost all usages of clientadapter 2016-09-26 07:53:03 -04:00
cadvisor.go Logging soak, rebased w/ viper 2016-09-21 07:49:12 -04:00
cluster_logging_es.go Fix ES cluster logging test 2016-10-13 11:53:46 +02:00
cluster_logging_gcl.go Marked GCL logging test as Flaky 2016-10-13 23:03:16 +02:00
cluster_logging_utils.go Fix the wait for pod success in test framework. 2016-10-12 11:33:40 -07:00
cluster_size_autoscaling.go Fix a formatting string. 2016-10-08 14:14:55 -07:00
cluster_upgrade.go Adding support for upgrading testing across image types. 2016-09-13 13:46:20 -07:00
daemon_restart.go Make logging function injectable in RCConfig 2016-10-11 16:46:33 +02:00
daemon_set.go Add NumberReady to DaemonSet status 2016-10-12 15:15:10 +02:00
dashboard.go
density.go Fix ginkgo panic in density test 2016-10-13 14:12:41 +02:00
deployment.go test: move deployment deletion in its own test 2016-10-11 15:22:32 +02:00
disruption.go Merge pull request #32906 from caesarxuchao/staging-1.5 2016-09-22 19:55:01 -07:00
dns.go
e2e-example-config.json Add viper support to core e2es 2016-09-15 18:38:01 -04:00
e2e.go Make logging function injectable in RCConfig 2016-10-11 16:46:33 +02:00
e2e_test.go Add viper support to core e2es 2016-09-15 18:38:01 -04:00
empty.go Add an empty test that does nothing 2016-09-06 13:31:31 +02:00
empty_dir_wrapper.go Fix race condition in test with git server startup 2016-10-11 12:35:09 -07:00
etcd_failure.go
events.go
example_cluster_dns.go Remove [Conformance] flag on e2es which we know are 2016-10-10 15:48:26 -05:00
example_k8petstore.go
examples.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
federated-ingress.go Fix leaking ingress resources in federated ingress e2e test. 2016-10-12 15:12:54 -07:00
federated-namespace.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federated-secret.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federated-service.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federation-apiserver.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federation-authn.go Don't set timeouts in clients in tests 2016-10-05 14:33:26 +02:00
federation-event.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federation-replicaset.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federation-util-14.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
federation-util.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
garbage_collector.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
generated_clientset.go manual changes to let client-gen use versioned options 2016-10-04 20:39:29 -07:00
gke_local_ssd.go
gke_node_pools.go
google_compute.go
ha_master.go Disabled HA master e2e test. 2016-09-28 13:11:02 +02:00
horizontal_pod_autoscaling.go Bumped memory limit for resource consumer. Fixes #31591. 2016-09-02 15:29:00 +02:00
ingress.go Merge pull request #32173 from bprashanth/nginx_slow 2016-09-14 01:13:40 -07:00
ingress_utils.go Replace gcloud shelling out with cloudprovider calls. 2016-09-06 17:58:59 -07:00
initial_resources.go
job.go remove almost all usages of clientadapter 2016-09-26 07:53:03 -04:00
kibana_logging.go Switched default logging destination in tests to gcp 2016-09-29 11:15:30 +02:00
kubectl.go fix kubectl taint e2e flake: add retries for removing taint 2016-09-30 16:14:24 +08:00
kubelet.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
kubelet_perf.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
limit_range.go
load.go Use multiple clients in load test to avoid "no cached connections" errors. 2016-09-29 16:32:57 +02:00
logging_soak.go Logging soak, rebased w/ viper 2016-09-21 07:49:12 -04:00
mesos.go
metrics_grabber_test.go
monitoring.go Fixed monitoring e2e test 2016-08-30 12:23:40 +02:00
namespace.go
networking.go Merge pull request #34140 from timothysc/e2e-variant 2016-10-11 16:01:42 -07:00
networking_perf.go
node_problem_detector.go Use the right waiting time for eventually. 2016-09-02 16:01:53 -07:00
nodeoutofdisk.go
pd.go Add a check for file size if the reading content returns empty 2016-10-03 15:56:51 -07:00
persistent_volumes.go Fix the wait for pod success in test framework. 2016-10-12 11:33:40 -07:00
petset.go change petset replicas type from int to int32 2016-10-08 17:13:20 +08:00
pod_gc.go
portforward.go
pre_stop.go
proxy.go Merge pull request #34140 from timothysc/e2e-variant 2016-10-11 16:01:42 -07:00
rc.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
reboot.go try to use ifdown/ifup if available 2016-09-27 12:37:02 -07:00
replica_set.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
rescheduler.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
resize_nodes.go move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
resource_quota.go
restart.go Ignore mirror pods with RestartPolicy == Never in restart tests 2016-10-11 12:15:33 -07:00
scheduledjob.go Add kubectl run ScheduledJob e2e test 2016-09-14 14:20:56 +02:00
scheduler_predicates.go Inject logFunc into RunPods 2016-10-12 13:44:43 +02:00
security_context.go
service.go Remove onlyLocal NodePort e2e till pr #33957 2016-10-07 14:47:55 -07:00
service_accounts.go Update mounttest container image version to 0.7 everywhere. 2016-09-02 09:03:11 -04:00
service_latency.go change e2e scale to avoid adapter 2016-09-26 07:58:01 -04:00
serviceloadbalancers.go
ssh.go
third-party.go Mark ThirdParty e2e tests flaky 2016-09-08 13:06:10 -04:00
ubernetes_lite.go Inject logFunc into RunPods 2016-10-12 13:44:43 +02:00
util_iperf.go
volume_provisioning.go Add e2e tests for storageclass 2016-10-13 15:37:08 +02:00
volumes.go Fix the wait for pod success in test framework. 2016-10-12 11:33:40 -07:00