k3s/test/e2e
k8s-merge-robot 875a60d030 Merge pull request #27112 from mikedanese/run-unrun
Automatic merge from submit-queue

e2e: run empty_dir test we've been missing

otherwise it's just dead code, and this seemed unintentional
2016-06-13 00:31:43 -07:00
..
chaosmonkey Fix calling range variable from goroutine 2016-05-03 09:22:58 -07:00
cleanup Federation build and e2e test integration 2016-05-25 15:07:27 -07:00
framework Merge pull request #26831 from yujuhong/downard_api_test 2016-06-11 09:54:45 -07:00
generated Add pause-pod.yaml in test manifest and re-generate bindata 2016-05-25 17:24:10 -07:00
perftype Use mCPU as CPU usage unit, add version in PerfData, fix memory usage bug. 2016-04-20 16:42:14 -07:00
testing-manifests Clarity and reliability fixes for petset e2es 2016-06-09 12:58:28 -07:00
addon_update.go Merge pull request #24701 from euank/addon-ssh-user 2016-05-09 03:31:48 -07:00
autoscaling_utils.go Fixed problem with too long name in e2e autoscaling tests. 2016-06-02 09:40:11 +02:00
batch_v1_jobs.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
cadvisor.go
cluster_size_autoscaling.go Added extra logging to cluster autoscaler e2e tests. 2016-06-08 09:55:49 +02:00
cluster_upgrade.go Fix some gce-only tests to run on gke as well 2016-05-30 07:33:24 -07:00
configmap.go
container_probe.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
daemon_restart.go Fix some gce-only tests to run on gke as well 2016-05-30 07:33:24 -07:00
daemon_set.go Consolidate node selecting tests to only use Schedulable + Running 2016-05-06 10:32:12 -04:00
dashboard.go
density.go Merge pull request #26631 from gmarek/constraints 2016-06-02 05:15:55 -07:00
deployment.go List RSes once when getting old/new RSes in deployment e2e tests 2016-06-01 14:19:35 -07:00
dns.go Added DNS reverse lookup 2016-06-01 09:54:57 -07:00
docker_containers.go
downward_api.go Downward API implementation for resources limits and requests 2016-05-24 12:22:35 -04:00
downwardapi_volume.go Downward API implementation for resources limits and requests 2016-05-24 12:22:35 -04:00
e2e.go Avoid creating multiple unnecessary clients in tests. 2016-05-31 14:57:09 +02:00
e2e_test.go
empty_dir.go e2e: run empty_dir test we've been missing 2016-06-08 21:09:29 -07:00
empty_dir_wrapper.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
es_cluster_logging.go Consolidate node selecting tests to only use Schedulable + Running 2016-05-06 10:32:12 -04:00
etcd_failure.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
events.go
example_cluster_dns.go
example_k8petstore.go Consolidate node selecting tests to only use Schedulable + Running 2016-05-06 10:32:12 -04:00
examples.go Merge pull request #23771 from jayunit100/ClusterVerificationFramework 2016-04-20 04:23:21 -07:00
expansion.go
federation-apiserver.go Add secret to Federation API Server e2e test. 2016-06-09 18:14:43 -07:00
garbage_collector.go
generated_clientset.go add DirectCodec; use it in release_1_3 clientset 2016-05-31 10:14:24 -07:00
gke_local_ssd.go support mounting local-ssds on GCI 2016-06-09 11:30:36 -07:00
google_compute.go Use zone from the test context for static IPs. 2016-04-26 17:39:48 -07:00
horizontal_pod_autoscaling.go Add [HPA] tag to HPA tests 2016-05-30 13:11:06 +02:00
host_path.go Introduce subPath in VolumeMount 2016-05-06 15:08:41 +11:00
ingress.go Fix e2es 2016-05-30 15:57:42 -07:00
ingress_utils.go
initial_resources.go
job.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
kibana_logging.go
kubectl.go Update kubectl describe pod to use pod level qos 2016-06-03 15:32:32 -04:00
kubelet.go Fix panic in kubelet test 2016-06-01 19:55:35 +02:00
kubelet_etc_hosts.go
kubelet_perf.go kubelet e2e: enforce that image prepulling must finish before the test 2016-06-03 12:25:25 -07:00
kubeproxy.go Networking e2es: Wait for all nodes to be schedulable in kubeproxy and networking tests 2016-06-07 16:38:03 -07:00
limit_range.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
load.go Wait for all nodes to be schedulable in scalability tests 2016-06-02 10:20:59 +02:00
mesos.go Avoid creating multiple unnecessary clients in tests. 2016-05-31 14:57:09 +02:00
metrics_grabber_test.go Consolidate node selecting tests to only use Schedulable + Running 2016-05-06 10:32:12 -04:00
monitoring.go
namespace.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
networking.go Make intra-pod networking test work in large clusters 2016-06-09 15:58:18 +02:00
networking_perf.go Consolidate node selecting tests to only use Schedulable + Running 2016-05-06 10:32:12 -04:00
node_problem_detector.go Add e2e test for node problem detector 2016-06-09 18:20:07 -07:00
nodeoutofdisk.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
pd.go Move PD tests to flaky suite. 2016-05-23 10:47:49 -07:00
persistent_volumes.go PersistentVolumes NFS test to the flaky suite. 2016-05-06 18:26:19 -07:00
petset.go Clarity and reliability fixes for petset e2es 2016-06-09 12:58:28 -07:00
pods.go e2e: actually check error when we fail to GET the scheduled pod 2016-06-08 20:58:14 -07:00
portforward.go portforwarding e2e: print logs when pod doesn't terminate 2016-06-08 10:23:09 +02:00
pre_stop.go
privileged.go
proxy.go Decouple explicit access from port 80 2016-06-07 15:50:12 +02:00
rc.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
reboot.go e2e: fix tests that are broken because of the image prepull pod 2016-05-25 09:51:25 -07:00
replica_set.go Fix the rest of the code 2016-04-29 17:12:10 -04:00
resize_nodes.go Fixed GetGroupNodes method: wrong regexp function was used. 2016-06-09 14:34:50 +02:00
resource_quota.go Move quota usage testing for loadbalancers into unit tests 2016-06-07 12:54:11 -04:00
restart.go e2e: fix node restart tests 2016-06-02 07:38:51 -07:00
scheduler_predicates.go Merge pull request #26695 from gmarek/maxpods 2016-06-02 14:24:05 +02:00
secrets.go Extend the current secrets mounting to volume implementation with key to path mapping. 2016-05-18 16:12:31 +02:00
security_context.go Add e2e tests for seccomp 2016-06-07 08:11:09 +02:00
service.go Merge pull request #26559 from wojtek-t/max_idle_conns_per_host 2016-06-01 11:41:42 -07:00
service_accounts.go
service_latency.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
serviceloadbalancers.go
ssh.go SSH e2e: Limit to 100 nodes, limit combinatorics 2016-05-31 17:31:14 -07:00
third-party.go address comments. 2016-05-19 10:38:13 -07:00
ubernetes_lite.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
util_iperf.go E2E Network performance run which uses iperf. 2016-04-26 18:42:19 -04:00
volume_provisioning.go Add check to prevent use of untagged or :latest gcr.io images in e2e tests 2016-05-26 10:27:31 -07:00
volumes.go add GCE PD volume e2e tests 2016-05-06 22:13:04 +00:00