Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
| ... | ... |
@@ -6,7 +6,7 @@ import ( |
| 6 | 6 |
"github.com/docker/docker/api/types" |
| 7 | 7 |
) |
| 8 | 8 |
|
| 9 |
-func TestCalculBlockIO(t *testing.T) {
|
|
| 9 |
+func TestCalculateBlockIO(t *testing.T) {
|
|
| 10 | 10 |
blkio := types.BlkioStats{
|
| 11 | 11 |
IoServiceBytesRecursive: []types.BlkioStatEntry{{8, 0, "read", 1234}, {8, 1, "read", 4567}, {8, 0, "write", 123}, {8, 1, "write", 456}},
|
| 12 | 12 |
} |