mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
kubelet/cm: fix test description
Signed-off-by: Arik Hadas <ahadas@redhat.com>
This commit is contained in:
parent
26e1c1cee7
commit
4a47148afe
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user