From e1a8b52f3a6c601221ebc50d5c4f8bbea9455db3 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 16 May 2023 12:27:46 -0700 Subject: [PATCH] tests/int/cgroups: filter out rdma Filter out rdma controller since systemd is unable to delegate it. Similar to commits 05272718f4ec414d and 601cf5825f6cf7cd4c360. (cherry picked from commit e83ca5191304963b66f6a917d119ac6c1fb5ef8d) Signed-off-by: Kir Kolyshkin --- tests/integration/cgroups.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/cgroups.bats b/tests/integration/cgroups.bats index 7fd2e30af..589e3d8f8 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -49,8 +49,8 @@ function setup() { if [ "$(id -u)" = "0" ]; then check_cgroup_value "cgroup.controllers" "$(cat /sys/fs/cgroup/machine.slice/cgroup.controllers)" else - # Filter out hugetlb and misc as systemd is unable to delegate them. - check_cgroup_value "cgroup.controllers" "$(sed -e 's/ hugetlb//' -e 's/ misc//'