kubernetes/test/e2e/framework
Kubernetes Prow Robot b38dfb3ccb
Merge pull request #85522 from YuikoTakada/local-latencies
Fix func VerifyLatencyWithinThreshold() to local
2019-12-11 14:30:32 -08:00
..
auth Move test/e2e use to v1 APIs 2019-06-03 14:46:08 -04:00
autoscaling e2e: remove unused method in e2e/framework/autoscaling. 2019-12-09 15:32:28 +08:00
config e2e: avoid mandatory command line flags 2019-07-04 17:15:14 +02:00
deployment move funs of framework/deployment to e2e/apps 2019-12-09 11:30:15 +08:00
deviceplugin Remove fail argument from ReadOrDie() 2019-08-14 00:35:51 +00:00
endpoints Use log functions of core framework on [d-i] 2019-08-22 22:12:47 +00:00
ginkgowrapper revert wrongly replaced log function ginkgo.Fail 2019-08-27 10:46:50 +08:00
gpu Move GetGPUDevicePluginImage to the test 2019-08-14 00:01:50 +00:00
ingress moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00
job Use log functions of core framework on sub [j-l] 2019-08-23 00:11:36 +00:00
kubectl remove framework dependency from framework sub-package kubectl 2019-12-04 21:00:34 +00:00
kubelet e2e: move funs of framework/kubelet to e2e/scheduling 2019-12-10 15:40:20 +08:00
lifecycle Fix up e2enode.GetReadySchedulableNodes, replace many uses of framework.GetReadySchedulableNodesOrDie 2019-09-24 13:03:39 -04:00
log bazel update 2019-10-01 21:30:12 +02:00
metrics Fix func VerifyLatencyWithinThreshold() to local 2019-12-03 06:53:41 +00:00
network Merge pull request #78731 from claudiubelu/tests-hostnetwork 2019-12-09 15:22:39 -08:00
node in pkg/controller/service rename service_controller.go to controller.go 2019-10-23 01:52:19 +03:00
perf Move PrintPerfData to the test 2019-08-23 19:33:24 +00:00
pod Merge pull request #84410 from jfbai/move-funcs-of-expect-to-common 2019-10-29 19:54:52 -07:00
podlogs fix static check for test/e2e/framework 2019-08-21 17:28:36 +08:00
providers test/e2e: check both beta and zone label for getting cluster zone 2019-11-07 21:22:05 -05:00
pv e2e: use log functions of core framework on pv, testfiles and volume sub packages 2019-11-27 14:18:18 +08:00
rc e2e: move LogFailedContainers out of e2e test framework util.go 2019-11-15 10:21:26 +08:00
replicaset e2e: move LogFailedContainers out of e2e test framework util.go 2019-11-15 10:21:26 +08:00
resource Refactored runtime.Object helper functions into subpkg 2019-06-20 21:42:59 -04:00
security refactor apparmor utils in e2e 2019-11-14 12:32:31 +08:00
service Increasing LoadBalancerPollTimeout from 15 to 22 minutes 2019-12-09 10:46:22 -08:00
ssh Rename e2e framework functions used locally 2019-10-12 00:06:49 +00:00
statefulset Use log functions of core framework on sub [p-s] 2019-08-28 17:05:28 +00:00
testfiles e2e: use log functions of core framework on pv, testfiles and volume sub packages 2019-11-27 14:18:18 +08:00
timer Use framework.ExpectEqual() in unit test 2019-11-07 10:31:31 +08:00
viperconfig Fix error collides with imported package name 2019-08-06 12:20:29 +08:00
volume moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00
.import-restrictions Remove pkg/util/mount (moved out of tree) 2019-11-15 08:29:12 -07:00
BUILD remove CheckFileSizeViaContainer from framework 2019-12-04 20:30:51 +00:00
checks.go refactor apparmor utils in e2e 2019-11-14 12:32:31 +08:00
cleanup.go Fix golint failures of e2e/framework/[a-c].go 2019-03-22 21:16:45 +00:00
exec_util.go Use log functions of core framework on [c-n] 2019-08-21 00:55:32 +00:00
expect.go move funcs of expect.go to e2e/common 2019-10-27 11:54:32 +08:00
flake_reporting_util.go Copy PrettyPrintJSON to core framework 2019-09-23 18:10:50 +00:00
framework.go Merge pull request #85542 from schrodit/e2e-dump-ns 2019-12-10 16:05:20 -08:00
get-kubemark-resource-usage.go Add TODOs for removing invalid e2e dependencies 2019-11-13 19:34:08 +00:00
google_compute.go Use log functions of core framework on [c-n] 2019-08-21 00:55:32 +00:00
log_size_monitoring.go Add TODOs for removing invalid e2e dependencies 2019-11-13 19:34:08 +00:00
log_test.go Use framework.ExpectEqual() in unit test 2019-11-07 10:31:31 +08:00
log.go Add TODOs for removing invalid e2e dependencies 2019-11-13 19:34:08 +00:00
nodes_util.go moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00
OWNERS Added alejandrox1 as test/e2e/framework reviewer 2019-09-06 12:39:16 -04:00
pods.go Add TODOs for removing invalid e2e dependencies 2019-11-13 19:34:08 +00:00
provider.go fix golint failures of e2e/framework/pods.go, provider.go, upgrade_util.go 2019-04-01 16:04:29 +08:00
psp.go Add TODOs for removing invalid e2e dependencies 2019-11-13 19:34:08 +00:00
resource_usage_gatherer.go Use log functions of core framework on test/e2e/framework/kubelet 2019-11-03 00:41:22 +08:00
size.go Separate e2enetwork from e2e core framework 2019-10-25 17:58:20 +00:00
skip.go Merge pull request #85230 from oomichi/add-todo-issue81245 2019-11-14 13:31:41 -08:00
test_context.go Move RegisterNodeFlags() to e2e_node test 2019-11-14 18:11:21 +00:00
util.go moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00