Commit 4a47148a authored by Arik Hadas's avatar Arik Hadas

kubelet/cm: fix test description

Signed-off-by: 's avatarArik Hadas <ahadas@redhat.com>
parent 26e1c1ce
...@@ -356,7 +356,7 @@ func TestTakeByTopology(t *testing.T) { ...@@ -356,7 +356,7 @@ func TestTakeByTopology(t *testing.T) {
cpuset.NewCPUSet(2, 6), 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, topoDualSocketHT,
cpuset.NewCPUSet(1, 2, 3, 4, 5, 7, 8, 9, 10, 11), cpuset.NewCPUSet(1, 2, 3, 4, 5, 7, 8, 9, 10, 11),
1, 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment