]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test for creating a systemd scope
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:46:27 +0000 (13:46 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:46:27 +0000 (13:46 -0700)
commite6d6a5e441ad6a3a55ddd54892caeca3b032efe3
treedc1138b423f77e56bc426f2d0d2b69ecb6631577
parent925d381fd0bef9d529fe0b248207c325b1331392
ftests: Add a test for creating a systemd scope

Add a test to exercise cgroup_create_scope2().

-----------------------------------------------------------------
Test Results:
        Run Date:                          Nov 18 16:12:16
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                  Time (sec)
        ------------------------------------------------
        setup                                       0.00
        058-sudo-systemd_create_scope2.py           2.05
        teardown                                    0.00
        ------------------------------------------------
        Total Run Time                              2.05

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
tests/ftests/058-sudo-systemd_create_scope2.py [new file with mode: 0755]
tests/ftests/Makefile.am