Fix circleci.
This commit is contained in:
parent
c30fea5cd3
commit
9192100d4e
|
@ -1400,11 +1400,11 @@ func TestDockerDriver_CPUSetCPUs(t *testing.T) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Comma separated list of CPUs",
|
Name: "Comma separated list of CPUs",
|
||||||
CPUSetCPUs: "0,1,2",
|
CPUSetCPUs: "0,1",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Range of CPUs",
|
Name: "Range of CPUs",
|
||||||
CPUSetCPUs: "0-3",
|
CPUSetCPUs: "0-1",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue