summaryrefslogtreecommitdiff
path: root/test/e2e/run_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-02-05 12:50:22 -0500
committerGiuseppe Scrivano <gscrivan@redhat.com>2021-03-17 16:39:39 +0100
commitaf3499db5a91aa6c09a3ba892a8921a5ece6e5ed (patch)
treecd33e031d2fa383df003e09d7f42a2f0670d1929 /test/e2e/run_test.go
parent3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0 (diff)
downloadpodman-af3499db5a91aa6c09a3ba892a8921a5ece6e5ed.tar.gz
podman-af3499db5a91aa6c09a3ba892a8921a5ece6e5ed.tar.bz2
podman-af3499db5a91aa6c09a3ba892a8921a5ece6e5ed.zip
Latest crun/runc should handle blkio-weight test
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/run_test.go')
-rw-r--r--test/e2e/run_test.go3
1 files changed, 0 insertions, 3 deletions
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"})