]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: add test to cgcreate of non default controllers
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 17 Oct 2023 10:26:37 +0000 (15:56 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 25 Oct 2023 20:23:20 +0000 (14:23 -0600)
commitf28099ea23ab3e7ca8e0111a1e4b90fe2f381015
tree8a1cc5cec8e82cbeec260d2c5e93a0b5b4ee540d
parentb1c1bb5e83d0cec2a941622cad1cd471ff22b551
ftests: add test to cgcreate of non default controllers

Add test to create cgroups with non default controllers (hugetlb, misc)
using the cgcreate.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Oct 20 05:21:48
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                           Time (sec)
        ---------------------------------------------------------
        setup                                                0.00
        091-cgcreate-non-default-controllers-v2.py           0.04
        teardown                                             0.00
        ---------------------------------------------------------
        Total Run Time                                       0.04

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/091-cgcreate-non-default-controllers-v2.py [new file with mode: 0755]