kubelet/cm: fix test description

Signed-off-by: Arik Hadas <ahadas@redhat.com>
This commit is contained in:
Arik Hadas 2019-03-07 21:22:34 +02:00
parent 26e1c1cee7
commit 4a47148afe

View File

@ -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,