From 4a47148afe58ec5d0eed9a2b8870a5ba22613e30 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Thu, 7 Mar 2019 21:22:34 +0200 Subject: [PATCH] kubelet/cm: fix test description Signed-off-by: Arik Hadas --- pkg/kubelet/cm/cpumanager/cpu_assignment_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/cm/cpumanager/cpu_assignment_test.go b/pkg/kubelet/cm/cpumanager/cpu_assignment_test.go index cf2a972c0a9..2b2b04e7b29 100644 --- a/pkg/kubelet/cm/cpumanager/cpu_assignment_test.go +++ b/pkg/kubelet/cm/cpumanager/cpu_assignment_test.go @@ -356,7 +356,7 @@ func TestTakeByTopology(t *testing.T) { cpuset.NewCPUSet(2, 6), }, { - "take three cpus from dual socket with HT - core from Socket 0", + "take one cpu from dual socket with HT - core from Socket 0", topoDualSocketHT, cpuset.NewCPUSet(1, 2, 3, 4, 5, 7, 8, 9, 10, 11), 1,