From f849ebdefadd9283eae47f6dae2ef987c77122ef Mon Sep 17 00:00:00 2001 From: yanxuean Date: Fri, 27 Oct 2017 17:10:53 +0800 Subject: [PATCH] e2e-node:the value of bestEffortCgroup is wrong Signed-off-by: yanxuean --- test/e2e_node/pods_container_manager_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e_node/pods_container_manager_test.go b/test/e2e_node/pods_container_manager_test.go index 7e0a3248bf2..23142bdeaaf 100644 --- a/test/e2e_node/pods_container_manager_test.go +++ b/test/e2e_node/pods_container_manager_test.go @@ -57,8 +57,8 @@ const ( defaultNodeAllocatableCgroup = "kubepods" // Kubelet internal cgroup name for burstable tier burstableCgroup = "burstable" - // Kubelet internal cgroup name for burstable tier - bestEffortCgroup = "burstable" + // Kubelet internal cgroup name for besteffort tier + bestEffortCgroup = "besteffort" ) // makePodToVerifyCgroups returns a pod that verifies the existence of the specified cgroups.