]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test to stress create systemd scope via cgcreate
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 23 Aug 2023 11:05:12 +0000 (11:05 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 1 Sep 2023 16:40:23 +0000 (10:40 -0600)
commitd973974b06e9dc2d89dfbaa90302aad67154c400
treef355e642ad42a1d333f1ba4a9d8e1ce5f5b21933
parent61baf7496593c9346a1fbffa988b4214087ea8a8
ftests: Add a test to stress create systemd scope via cgcreate

Add a test to stress creation of systemd scope via the cgcreate command
line tool, by passing invalid slice and scope names.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Aug 23 11:03:00
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                   Time (sec)
        -------------------------------------------------
        setup                                        0.00
        997-sudo-cgcreate_systemd_scope.py           0.13
        teardown                                     0.00
        -------------------------------------------------
        Total Run Time                               0.13

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