]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "TEST-19-CGROUP: Skip on opensuse" 32562/head
authorMichal Koutný <mkoutny@suse.com>
Mon, 29 Apr 2024 15:51:54 +0000 (17:51 +0200)
committerMichal Koutný <mkoutny@suse.com>
Thu, 23 May 2024 16:05:25 +0000 (18:05 +0200)
This reverts commit 60d064d3fdfc21d9209d81ed8b29fe0d90891ebf.

The logged test failure was because of missing memory controller in
testing cgroup. With the test fixed in previous commit, memory
attributes are delegated as expected.

Ref: #32439

test/units/TEST-19-CGROUP.sh

index 60c53cd80de8ab3e914097807eb1d9c0631ed4eb..9c2a033aa98d17ce1517bf42cf30c31c187ab0ea 100755 (executable)
@@ -3,14 +3,6 @@
 set -eux
 set -o pipefail
 
-. /etc/os-release
-# FIXME: This test fails on opensuse with the following error and others:
-# Apr 25 10:24:04 H (cat)[910]: device-mapper: create ioctl on ... failed: Device or resource busy
-if [[ "$ID" =~ "opensuse" ]]; then
-    echo "Skipping due to known unexpected behaviour in OpenSUSE kernels" >>/skipped
-    exit 77
-fi
-
 # shellcheck source=test/units/test-control.sh
 . "$(dirname "$0")"/test-control.sh