1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

Merge pull request #28201 from yuexiao-wang/test-func

Update function name for TestCalculBlockIO
Upstream-commit: 103641f5c6f1afee9c8f3d44d15f21ac950bc015
Component: engine
This commit is contained in:
Vincent Demeester
2016-11-09 15:34:25 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ import (
"github.com/docker/docker/api/types"
)
func TestCalculBlockIO(t *testing.T) {
func TestCalculateBlockIO(t *testing.T) {
blkio := types.BlkioStats{
IoServiceBytesRecursive: []types.BlkioStatEntry{{8, 0, "read", 1234}, {8, 1, "read", 4567}, {8, 0, "write", 123}, {8, 1, "write", 456}},
}