From: Kamalesh Babulal Date: Wed, 9 Jul 2025 09:45:09 +0000 (+0000) Subject: ftests/consts: Add new output to pids list X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=173bbb02439f33bc0827df20443f13139b031160;p=thirdparty%2Flibcgroup.git ftests/consts: Add new output to pids list Upstream Linux commit 3f26a885a068 ("cgroup/pids: Add pids.events.local") introduced a new cgroup v2 only pids controller setting pids.events.local. Append pid list with the newly introduced setting. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/tests/ftests/consts.py b/tests/ftests/consts.py index 1978d768..781692ff 100644 --- a/tests/ftests/consts.py +++ b/tests/ftests/consts.py @@ -216,6 +216,13 @@ EXPECTED_PIDS_OUT = [ pids.events: max 0 pids.max: max pids.peak: 0 + """, + # pids.events.local + """pids.current: 0 + pids.events: max 0 + pids.max: max + pids.events.local: max 0 + pids.peak: 0 """ ]