k3s/test/e2e
k8s-merge-robot 23b0cb3d0a Merge pull request #15249 from brendandburns/flakes
Auto commit by PR queue bot
2015-10-08 06:34:37 -07:00
..
addon_update.go Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
autoscaling.go Fixed flaky cluster size autoscaling e2e. 2015-10-07 11:22:28 +02:00
autoscaling_utils.go Implemented e2e test for Initial Resources 2015-10-06 10:24:35 +02:00
cadvisor.go Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
cluster_upgrade.go reorder arguments on gce upgrade e2e tests gcloud call 2015-09-28 15:34:33 -07:00
container_probe.go Refactor readiness probing 2015-10-02 15:37:10 -07:00
core.go Factor out providers which support SSH in e2e tests 2015-10-04 10:58:17 +02:00
daemon_restart.go Merge pull request #14965 from bprashanth/podtracker 2015-10-05 14:51:46 -07:00
daemon_set.go break up daemonset test into two tests 2015-10-05 15:54:15 -07:00
density.go Print latency metrics in too-friendly way. 2015-10-02 11:03:56 +02:00
deployment.go Enabling deployments on kubernernetes-upgrade-gce test suite 2015-10-06 14:50:25 -07:00
dns.go Moving Status object to a common package 2015-09-17 14:09:53 -07:00
docker_containers.go Add an option to modify timeout for namespace duration in e2e Framework 2015-09-24 10:32:34 +02:00
downward_api.go Revert #13052 2015-09-08 09:40:12 +02:00
downwardapi_volume.go Fix typo in downward api volume e2e 2015-09-09 11:48:11 -04:00
e2e_test.go Allow disabling waiting for a service account in e2e tests 2015-09-15 12:49:49 -04:00
empty_dir.go Moving Status object to a common package 2015-09-17 14:09:53 -07:00
es_cluster_logging.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
etcd_failure.go Cleanup more extensively in e2e 2015-08-19 17:43:34 -04:00
events.go rewrite go imports 2015-08-05 17:30:03 -07:00
examples.go Error check for waitForEndoint in e2e examples tests 2015-10-06 13:16:20 +02:00
expansion.go rewrite go imports 2015-08-05 17:30:03 -07:00
framework.go Add an option to modify timeout for namespace duration in e2e Framework 2015-09-24 10:32:34 +02:00
google_compute.go add more prints 2015-09-30 11:29:49 -07:00
horizontal_pod_autoscaling.go Increased memory limit for horizontal pod autoscaler e2e test. 2015-10-07 12:16:35 +02:00
host_path.go Add an option to modify timeout for namespace duration in e2e Framework 2015-09-24 10:32:34 +02:00
initial_resources.go Implemented e2e test for Initial Resources 2015-10-06 10:24:35 +02:00
job.go Wait longer for job to complete 2015-10-05 12:55:24 -07:00
kibana_logging.go rewrite go imports 2015-08-05 17:30:03 -07:00
kube-ui.go rewrite go imports 2015-08-05 17:30:03 -07:00
kubectl.go Add some more debugging info so we can determine why this test is flaking 2015-10-07 13:08:47 -07:00
kubelet.go Add a slow e2e test to monitor kubelet resource usage 2015-09-23 18:22:20 -07:00
kubelet_perf.go Split kubelet e2e resource usage tracking tests 2015-10-01 11:09:06 -07:00
kubelet_stats.go Add clarity and fix bugs for kubelet e2e test 2015-09-25 18:22:24 -07:00
kubeproxy.go increased number of tries to reduce test flakiness 2015-10-06 13:21:44 -07:00
load.go Print latency metrics in too-friendly way. 2015-10-02 11:03:56 +02:00
mesos.go Add Mesos slave attributes as node labels 2015-09-26 09:46:56 +02:00
metrics_util.go Print latency metrics in too-friendly way. 2015-10-02 11:03:56 +02:00
monitor_resources.go improve reporting of which resources and which binaries went over limit 2015-10-07 11:59:24 -07:00
monitoring.go Cleanup more extensively in e2e 2015-08-19 17:43:34 -04:00
namespace.go Demote namespace e2e test to flaky in parallel (and fix it's name). 2015-09-10 08:55:11 -07:00
networking.go Moving Status object to a common package 2015-09-17 14:09:53 -07:00
pd.go Merge pull request #14788 from brendandburns/e2e4 2015-10-02 17:40:22 -07:00
persistent_volumes.go Add an option to modify timeout for namespace duration in e2e Framework 2015-09-24 10:32:34 +02:00
pods.go e2e: restore the test for monotonically increasing restart count 2015-09-29 17:22:12 -07:00
portforward.go Port forwarding fixes 2015-09-30 20:03:49 -04:00
pre_stop.go Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
privileged.go Add missing guards around SSH based e2e tests 2015-10-04 10:58:17 +02:00
prompush.go Make Service e2e run a bit faster 2015-10-05 12:49:46 -07:00
proxy.go Revert "Allow specifying scheme when proxying" 2015-10-07 13:02:35 +02:00
rc.go Switch from gcr.io/_b_ prefix to b.gcr.io/ to designate bring-your-own-bucket pulls 2015-09-09 10:07:29 -07:00
reboot.go Pass mbforbes TODOs to others. 2015-08-26 10:05:34 -07:00
resize_nodes.go Port Node Resize e2e tests to e2e Framework 2015-10-02 16:30:36 -07:00
restart.go Pass mbforbes TODOs to others. 2015-08-26 10:05:34 -07:00
scheduler_predicates.go Change logging in scheduler_predicates e2e test 2015-10-07 11:10:48 +02:00
secrets.go Revert #13052 2015-09-08 09:40:12 +02:00
service.go Reduce timeouts in e2e tests by polling before sleeping 2015-10-05 12:49:46 -07:00
service_accounts.go Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
service_latency.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
ssh.go Factor out providers which support SSH in e2e tests 2015-10-04 10:58:17 +02:00
util.go Merge pull request #15044 from nikhiljindal/deploymentController 2015-10-06 18:11:00 -07:00
volumes.go Add an option to modify timeout for namespace duration in e2e Framework 2015-09-24 10:32:34 +02:00