From af3499db5a91aa6c09a3ba892a8921a5ece6e5ed Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 5 Feb 2021 12:50:22 -0500 Subject: Latest crun/runc should handle blkio-weight test Signed-off-by: Daniel J Walsh --- test/e2e/run_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/e2e/run_test.go') diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go index 490d05699..0ec4edbab 100644 --- a/test/e2e/run_test.go +++ b/test/e2e/run_test.go @@ -583,9 +583,6 @@ USER bin` Skip("Kernel does not support blkio.weight") } } - if podmanTest.Host.Distribution == "ubuntu" { - Skip("Ubuntu <= 20.10 lacks BFQ scheduler") - } if CGROUPSV2 { // convert linearly from [10-1000] to [1-10000] session := podmanTest.Podman([]string{"run", "--rm", "--blkio-weight=15", ALPINE, "sh", "-c", "cat /sys/fs/cgroup/$(sed -e 's|0::||' < /proc/self/cgroup)/io.bfq.weight"}) -- cgit v1.2.3-54-g00ecf