k3s/test/e2e
Kubernetes Submit Queue 9a82cb2059 Merge pull request #48448 from shyamjvs/fix-configmap-test
Automatic merge from submit-queue (batch tested with PRs 47043, 48448, 47515, 48446)

Fix secret/configmap/projected volume update tests to work for large clusters

Fixes https://github.com/kubernetes/kubernetes/issues/48359

/cc @kubernetes/sig-node-pr-reviews @wojtek-t @gmarek
2017-07-04 09:12:23 -07:00
..
api run hack/update-all 2017-06-22 11:31:03 -07:00
autoscaling Merge pull request #48468 from aleksandra-malinowska/autoscaling-volumes-test-fix 2017-07-04 06:56:24 -07:00
chaosmonkey Defer test stop & cleanup 2017-05-23 10:11:46 -07:00
cluster-logging Covert Stackdriver Logging load tests to soak tests 2017-07-03 15:11:22 +02:00
common Fix secret/configmap/projected update tests to work for large clusters 2017-07-04 14:14:15 +02:00
extension run hack/update-all 2017-06-22 11:31:03 -07:00
framework Fix secret/configmap/projected update tests to work for large clusters 2017-07-04 14:14:15 +02:00
generated Use cos-stable-59-9460-64-0 instead of cos-beta-59-9460-20-0. 2017-06-16 13:48:50 -07:00
manifest Move e2e fromManifest funcs to manifest package 2017-06-23 18:47:42 -04:00
perf Use multiple clients in the density test 2017-06-28 17:28:18 +02:00
perftype Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
scheduling Merge pull request #47628 from bizhao/e2e 2017-06-27 17:46:11 -07:00
storage Ensures node becomes schedulable at the end of tests that delete nodes 2017-06-26 18:41:14 -07:00
testing-manifests Use echoserver:1.6 for better debugging and XSS prevention. 2017-06-16 15:47:15 -07:00
upgrades Do not fail on error when deleting ingress 2017-06-29 12:05:32 -07:00
workload Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
BUILD Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
README.md Update docs/ URLs to point to proper locations 2017-06-05 22:13:54 -07:00
addon_update.go Updates test/e2e/addon_update.go to match addon-manager's new behavior 2017-02-24 16:44:21 -08:00
apparmor.go Capture better debug logs on AppArmor test failure 2017-05-31 15:31:11 -07:00
audit.go run hack/update-all 2017-06-22 11:31:03 -07:00
cadvisor.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
certificates.go run hack/update-all 2017-06-22 11:31:03 -07:00
cluster_upgrade.go Generate individual test results for upgrade tests 2017-06-12 14:40:57 -07:00
custom_resource_definition.go e2e test that ensures that CRDs work in kube-apiserver 2017-06-08 21:28:04 +08:00
dashboard.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
disruption.go run hack/update-all 2017-06-22 11:31:03 -07:00
dns.go Merge pull request #46197 from xiangpengzhao/fix-allocate-clusterip 2017-06-29 15:16:42 -07:00
dns_common.go run hack/update-all 2017-06-22 11:31:03 -07:00
dns_configmap.go run hack/update-all 2017-06-22 11:31:03 -07:00
e2e-example-config.json
e2e.go Merge pull request #47881 from cadmuxe/endpoint 2017-06-30 18:42:40 -07:00
e2e_test.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
empty.go run hack/update-all 2017-06-22 11:31:03 -07:00
empty_dir_wrapper.go run hack/update-all 2017-06-22 11:31:03 -07:00
etcd_failure.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
events.go run hack/update-all 2017-06-22 11:31:03 -07:00
example_cluster_dns.go run hack/update-all 2017-06-22 11:31:03 -07:00
examples.go run hack/update-all 2017-06-22 11:31:03 -07:00
firewall.go Make cluster IP range an argument to ginkgo to fix firewall test 2017-06-30 16:18:18 +02:00
garbage_collector.go run hack/update-all 2017-06-22 11:31:03 -07:00
generated_clientset.go run hack/update-all 2017-06-22 11:31:03 -07:00
gke_local_ssd.go run hack/update-all 2017-06-22 11:31:03 -07:00
gke_node_pools.go
ha_master.go Merge pull request #39661 from NickrenREN/clientset-redundant-modify 2017-01-12 13:29:16 -08:00
ingress.go Do not fail on error when deleting ingress 2017-06-29 12:05:32 -07:00
kibana_logging.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
kube_proxy.go run hack/update-all 2017-06-22 11:31:03 -07:00
kubectl.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
kubelet.go run hack/update-all 2017-06-22 11:31:03 -07:00
kubelet_perf.go e2e: bump kubelet's resurce usage limit 2017-06-23 09:55:18 -07:00
limit_range.go Merge pull request #47403 from zhangxiaoyu-zidif/e2e-delete-meaningless-check 2017-06-23 02:59:23 -07:00
logging_soak.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
metrics_grabber_test.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
monitoring.go Fixed Monitoring e2e test 2017-06-23 21:43:17 +02:00
namespace.go run hack/update-all 2017-06-22 11:31:03 -07:00
network_partition.go Move the workload e2e tests to it's own package 2017-06-26 09:56:20 +08:00
network_policy.go run hack/update-all 2017-06-22 11:31:03 -07:00
networking.go Don't test the debug /logs endpoint on GKE. 2017-06-13 17:31:16 -07:00
networking_perf.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
no-snat.go run hack/update-all 2017-06-22 11:31:03 -07:00
nodeoutofdisk.go run hack/update-all 2017-06-22 11:31:03 -07:00
nvidia-gpus.go run hack/update-all 2017-06-22 11:31:03 -07:00
pod_gc.go run hack/update-all 2017-06-22 11:31:03 -07:00
podpreset.go run hack/update-all 2017-06-22 11:31:03 -07:00
pods.go run hack/update-all 2017-06-22 11:31:03 -07:00
portforward.go run hack/update-all 2017-06-22 11:31:03 -07:00
pre_stop.go run hack/update-all 2017-06-22 11:31:03 -07:00
proxy.go run hack/update-all 2017-06-22 11:31:03 -07:00
reboot.go run hack/update-all 2017-06-22 11:31:03 -07:00
resize_nodes.go run hack/update-all 2017-06-22 11:31:03 -07:00
resource_quota.go run hack/update-all 2017-06-22 11:31:03 -07:00
restart.go run hack/update-all 2017-06-22 11:31:03 -07:00
security_context.go run hack/update-all 2017-06-22 11:31:03 -07:00
service.go Merge pull request #46197 from xiangpengzhao/fix-allocate-clusterip 2017-06-29 15:16:42 -07:00
service_accounts.go run hack/update-all 2017-06-22 11:31:03 -07:00
service_latency.go run hack/update-all 2017-06-22 11:31:03 -07:00
serviceloadbalancers.go Move e2e fromManifest funcs to manifest package 2017-06-23 18:47:42 -04:00
ssh.go Run SSH e2e test only if SSH keys are present 2017-05-01 11:04:54 -04:00
stackdriver_monitoring.go Made WaitForReplicas take a "how long to wait" parameter instead of it being hardcoded. 2017-06-20 12:56:18 +02:00
taints_test.go run root-rewrite-v1-..., compile 2017-06-22 10:25:57 -07:00
third-party.go run hack/update-all 2017-06-22 11:31:03 -07:00
ubernetes_lite.go run hack/update-all 2017-06-22 11:31:03 -07:00
util_iperf.go

README.md

See e2e-tests

Analytics