..
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
Make timeout for starting system pods configurable
2016-06-15 11:25:42 +02: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
Changed constans to reduce hpa e2e test flakiness.
2016-06-15 11:33:50 +02:00
batch_v1_jobs.go
Fix the rest of the code
2016-04-29 17:12:10 -04:00
cadvisor.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
cluster_size_autoscaling.go
Turn off mitlinode pool test in GKE until it is fixed
2016-06-15 11:27:44 +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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
downward_api.go
Revert "Downward api node defaults"
2016-06-15 15:47:49 +02:00
downwardapi_volume.go
Downward API implementation for resources limits and requests
2016-05-24 12:22:35 -04:00
e2e.go
Make timeout for starting system pods configurable
2016-06-15 11:25:42 +02:00
e2e_test.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
example_cluster_dns.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
federated-service.go
choosing a default federation name in test instead of failing
2016-06-14 23:55:05 -07:00
federation-apiserver.go
Adding test for cluster controller
2016-06-13 17:29:06 -07:00
garbage_collector.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Changed constans to reduce hpa e2e test flakiness.
2016-06-15 11:33:50 +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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
initial_resources.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
job.go
Fix the rest of the code
2016-04-29 17:12:10 -04:00
kibana_logging.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Make it blocks in NodeProblemDetector e2e test serial.
2016-06-13 11:00:41 -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
Add some logging around ro flag in GCE volume plugin
2016-06-13 13:55:49 -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
Add kubectl version guard around kubectl port-forward
2016-06-14 10:04:22 -07:00
pre_stop.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
privileged.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Fix failures in up and down services in large clusters
2016-06-15 16:09:46 +02:00
service_accounts.go
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
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