]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test to get/set cgroup.type
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 6 Dec 2021 21:55:17 +0000 (14:55 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 6 Dec 2021 22:25:22 +0000 (15:25 -0700)
commit9ba430f59d780b5670e2c58bba94fed9266a190e
treead68bb891864baf4be50edd00173a163b8acfa56
parent3e786fc4c024662cc38c8a39868354c55465f487
ftests: Add a test to get/set cgroup.type

Add a functional test that can get/set cgroup.type on a
cgroup v2 filesystem.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Dec 06 14:40:46
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                             Time (sec)
        -------------------------------------------
        setup                                  0.00
        035-cgset-set_cgroup_type.py           2.30
        teardown                               0.00
        -------------------------------------------
        Total Run Time                         2.30

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/035-cgset-set_cgroup_type.py [new file with mode: 0755]