]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Fix test 005 on Cgroup v2 Ubuntu22
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 27 Mar 2025 15:28:28 +0000 (15:28 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 28 Mar 2025 13:52:03 +0000 (07:52 -0600)
commit44c7799d64c62ca1e70f1cffb2ae01fcf3c4b2b1
tree810b7faca72a73507e914a7d8b4985ef1873798f
parent96dce4011a6ad7bcfc4a77e13a552e101b7b5e6d
ftests: Fix test 005 on Cgroup v2 Ubuntu22

Test 005-cgsnapshot-basic_snapshot_v2.py was failing on Ubuntu22
(non-sudo tests) because the cpuset.cpus.exclusive.effective field
is no longer being reported by the kernel in that case.

Remove that line from the expected output for the non-sudo tests but
leave it in for the sudo tests as it's still reported there.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Acked-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
tests/ftests/005-cgsnapshot-basic_snapshot_v2.py