kubernetes/test/e2e/framework
Kubernetes Submit Queue ebd3d68039
Merge pull request #55831 from Random-Liu/rename-log-dump-env
Automatic merge from submit-queue (batch tested with PRs 55392, 55491, 51914, 55831, 55836). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Rename log-dump env to `LOG_DUMP_SYSTEMD_SERVICES`.

For https://github.com/kubernetes/features/issues/286.

Rename `SYSTEMD_SERVICES` to `LOG_DUMP_SYSTEMD_SERVICES`. test-infra disables log dump in our e2e framework, and uses a different log dump logic https://github.com/kubernetes/test-infra/blob/master/kubetest/e2e.go#L480-L497. So the flags we added in https://github.com/kubernetes/kubernetes/pull/55288 will not work in test-infra.

Fortrunately, test-infra is using the same script `cluster/log-dump/log-dump.sh`, so we could still configure systemd services by setting the environment variable globally.

The original environment variable name is too general for setting globally, change it to a more specific name.

**Release note**:

```release-note
none
```
2017-11-17 00:18:25 -08:00
..
ginkgowrapper update BUILD files 2017-10-15 18:18:13 -07:00
metrics Update generated files 2017-11-09 12:14:08 +01:00
timer Add performance test phase timing export. 2017-11-09 17:12:15 +01:00
authorizer_util.go PodSecurityPolicy E2E tests 2017-11-01 16:00:32 -07:00
BUILD Merge pull request #54992 from porridge/perf-timing 2017-11-11 01:39:30 -08:00
cleanup.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
deployment_util.go E2E test to verify pod failover during node power-off 2017-11-13 21:52:54 -08:00
exec_util.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
firewall_util.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
framework.go Restore default polling period of resource-gatherer 2017-11-15 23:15:28 +01:00
get-kubemark-resource-usage.go add grabbing CA metrics in e2e tests 2017-08-10 11:22:45 +02:00
google_compute.go Tolerate a missing MasterName (for GKE) 2017-07-18 09:55:15 -07:00
gpu_util.go Modified test/e2e_node/gpu-device-plugin.go to make sure it passes. 2017-09-22 20:21:26 +02:00
ingress_utils.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
jobs_util.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
kubelet_stats.go Remove check for SubResourcePodProxyVersion and SubResourceServiceAndNodeProxyVersion 2017-11-03 23:11:09 +08:00
log_size_monitoring.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
metrics_util.go Remove check for SubResourcePodProxyVersion and SubResourceServiceAndNodeProxyVersion 2017-11-03 23:11:09 +08:00
networking_utils.go Don't share nodePort service in session affinity tests 2017-11-05 22:42:33 -08:00
nodes_util.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
perf_util.go Report scope in e2e test metrics 2017-09-11 22:13:55 -04:00
pods.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
psp_util.go PodSecurityPolicy E2E tests 2017-11-01 16:00:32 -07:00
pv_util.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
rc_util.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
resource_usage_gatherer.go Set resource-gathering and probe-duration period for kubemark 2017-11-16 12:02:56 +01:00
rs_util.go use versiond group clients from client-go 2017-11-07 14:47:22 +08:00
service_util.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
size.go Support multizone clusters in GCE and GKE e2e tests 2017-11-10 15:29:15 +01:00
statefulset_utils.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
test_context.go Merge pull request #55288 from Random-Liu/e2e-log-for-alternative-runtime 2017-11-13 12:32:24 -08:00
upgrade_util.go Scripted migration from clientset_generated to client-go. 2017-07-17 15:05:37 -07:00
util.go Merge pull request #55831 from Random-Liu/rename-log-dump-env 2017-11-17 00:18:25 -08:00
volume_util.go Speed up volume tests by reducing pod grace period 2017-10-19 14:19:42 +02:00