k3s/test/e2e
Kubernetes Submit Queue e317af87cc Merge pull request #31819 from mtaufen/plumb-feature-gates
Automatic merge from submit-queue

Plumb --feature-gates from TEST_ARGS to components in node e2e tests

This means you can set `TEST_ARGS` on the command line, in a `.properties` config for a Jenkins job, etc, to toggle gated features. For example:

`TEST_ARGS='--feature-gates=DynamicKubeletConfig=true'`

/cc @vishh @jlowdermilk
2016-09-09 12:31:00 -07:00
..
chaosmonkey
cleanup
common Merge pull request #31535 from aveshagarwal/master-e2e-downward-api-issues 2016-09-07 16:25:19 -07:00
framework Merge pull request #31819 from mtaufen/plumb-feature-gates 2016-09-09 12:31:00 -07:00
generated
perftype add labels to perf dataset 2016-08-18 17:15:43 -07:00
testing-manifests Nginx ingress e2es 2016-08-24 10:17:26 -07:00
addon_update.go
autoscaling_utils.go let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07:00
batch_v1_jobs.go Move several tests to the slow suite. 2016-08-29 17:42:58 -07:00
cadvisor.go
cluster_size_autoscaling.go fix e2e test pause image hard code 2016-08-19 12:11:28 +08:00
cluster_upgrade.go
daemon_restart.go
daemon_set.go
dashboard.go
density.go Increase the threshold for apiserver CPU for 500 node kubemark 2016-09-05 09:48:25 +02:00
deployment.go Fix the race check after an overlapping deployment is deleted 2016-09-06 10:30:05 -07:00
disruption.go Add eviction e2e tests. 2016-09-07 17:38:38 -07:00
dns.go Implement ExternalName in kube-dns e2e tests 2016-08-25 09:29:24 -04:00
e2e.go added a e2e test that uses the staged client; made necessary changes to gcp auth plugin to pass the gke tests 2016-08-09 14:07:54 -07:00
e2e_test.go
empty.go Add an empty test that does nothing 2016-09-06 13:31:31 +02:00
empty_dir_wrapper.go
es_cluster_logging.go
etcd_failure.go Update etcd default ports for v3, and validate tests 2016-08-17 07:49:19 -05:00
events.go
example_cluster_dns.go
example_k8petstore.go
examples.go Revert "Merge pull request #31930 from Kashomon/hazelcast" 2016-09-07 10:22:30 -07:00
federated-ingress.go Merge pull request #32188 from mfanjie/federated-ingress 2016-09-07 10:54:02 -07:00
federated-namespace.go Update the namespace test to verify that namespace was deleted as expected 2016-09-02 15:30:33 -07:00
federated-secret.go e2e tests for Federated Secrets 2016-09-06 20:52:40 +00:00
federated-service.go Fixing/updating e2e tests 2016-08-22 21:49:34 -07:00
federation-apiserver.go Fixing/updating e2e tests 2016-08-22 21:49:34 -07:00
federation-authn.go Fixing/updating e2e tests 2016-08-22 21:49:34 -07:00
federation-event.go Fixing/updating e2e tests 2016-08-22 21:49:34 -07:00
federation-replicaset.go update e2e test for federation replicaset controlelr 2016-09-02 13:18:46 -07:00
federation-util-14.go Fix panics in federation e2e 2016-08-24 11:14:03 +02:00
federation-util.go Fixing/updating e2e tests 2016-08-22 21:49:34 -07:00
garbage_collector.go make the gc e2e test more strict 2016-08-25 17:33:02 -07:00
generated_clientset.go added a e2e test that uses the staged client; made necessary changes to gcp auth plugin to pass the gke tests 2016-08-09 14:07:54 -07:00
gke_local_ssd.go
gke_node_pools.go
google_compute.go
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 #29773 from mfanjie/ingress-controller 2016-08-29 23:22:25 -07:00
ingress_utils.go Merge pull request #29773 from mfanjie/ingress-controller 2016-08-29 23:22:25 -07:00
initial_resources.go
job.go
kibana_logging.go
kubectl.go test/e2e: fix upgrade test to not run describe cross version 2016-09-06 11:40:15 -07:00
kubelet.go let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07:00
kubelet_perf.go Increase docker's resource limit 2016-09-01 11:03:32 -07:00
limit_range.go
load.go Add few more logs to the Load test 2016-09-05 10:34:30 +02: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 Networking test rewrite 2016-09-07 11:36:48 -07:00
networking_perf.go
networking_utils.go Networking test rewrite 2016-09-07 11:36:48 -07:00
node_problem_detector.go Use the right waiting time for eventually. 2016-09-02 16:01:53 -07:00
nodeoutofdisk.go
pd.go GCE changes for the new provisioning model 2016-08-18 10:36:50 +02:00
persistent_volumes.go Bump nfs server image tag in pv e2e 2016-08-26 12:31:37 -04:00
petset.go Implement ExternalName in kube-dns e2e tests 2016-08-25 09:29:24 -04:00
pod_gc.go
portforward.go
pre_stop.go
proxy.go let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07:00
rc.go let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07:00
reboot.go
replica_set.go
rescheduler.go Enabled Rescheduler e2e for gke 2016-09-07 14:17:16 +02:00
resize_nodes.go
resource_quota.go
restart.go
scheduledjob.go tag scheduledjob e2e as [Feature:ScheduledJob] 2016-09-07 14:46:37 -07:00
scheduler_predicates.go Merge pull request #31787 from gmarek/scheduledCondition 2016-08-31 09:30:38 -07:00
security_context.go
service.go Merge pull request #30739 from MrHohn/e2e-sourceip 2016-09-05 12:23:25 -07:00
service_accounts.go
service_latency.go let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07:00
serviceloadbalancers.go
ssh.go
third-party.go Mark ThirdParty e2e tests flaky 2016-09-08 13:06:10 -04:00
ubernetes_lite.go let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07:00
util_iperf.go
volume_provisioning.go skip dynamic provisision test on gke until gke enables it 2016-09-09 07:45:40 -04:00
volumes.go Add test for supplemental gid annotation to pv e2e test 2016-08-09 18:23:06 -04:00