1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

in the tests, use a non-default value for cpu.shares

Upstream-commit: af9f559f2ebd6438f37fef890f2a25eca590f252
Component: engine
This commit is contained in:
Jérôme Petazzoni
2013-05-07 11:44:24 -07:00
parent 8ac133e820
commit 65d10241c4

View File

@@ -413,7 +413,7 @@ func TestAttachDisconnect(t *testing.T) {
container, err := NewBuilder(runtime).Create(
&Config{
Image: GetTestImage(runtime).Id,
CpuShares: 1024,
CpuShares: 1000,
Memory: 33554432,
Cmd: []string{"/bin/cat"},
OpenStdin: true,