Skip to content

Commit 4a47148

Browse files
committed
kubelet/cm: fix test description
Signed-off-by: Arik Hadas <[email protected]>
1 parent 26e1c1c commit 4a47148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/cm/cpumanager/cpu_assignment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ func TestTakeByTopology(t *testing.T) {
356356
cpuset.NewCPUSet(2, 6),
357357
},
358358
{
359-
"take three cpus from dual socket with HT - core from Socket 0",
359+
"take one cpu from dual socket with HT - core from Socket 0",
360360
topoDualSocketHT,
361361
cpuset.NewCPUSet(1, 2, 3, 4, 5, 7, 8, 9, 10, 11),
362362
1,

0 commit comments

Comments
 (0)