]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests/013: add pids controller format
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 3 Apr 2024 10:13:27 +0000 (15:43 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 15 Apr 2024 19:10:41 +0000 (13:10 -0600)
commit6c9cd5ec2b1d3bb8f02ff1edf393ccd7ce459622
tree9f0241497cd621886323d9c257a7fb05cd3c15b8
parentf28c705f632dbc02e07ef59f0765a73775dfa23b
ftests/013: add pids controller format

Starting Linux Kernel version 6.1, the pids controller added an new
interface file pids.peak. It was introduced by upstream commit
5251c6c436ed ("cgroup: add pids.peak interface for pids controller").
Append a new expected output with the interface 'pids.peak' to cgroup v1
and v2 valid output.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Apr 04 10:11:31
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                              Time (sec)
        --------------------------------------------
        setup                                   0.00
        013-cgget-multiple_g_flags.py           0.12
        teardown                                0.00
        --------------------------------------------
        Total Run Time                          0.12

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/013-cgget-multiple_g_flags.py