]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add recursive cgdelete function test on shared mount
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 24 Jan 2023 19:39:11 +0000 (12:39 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 24 Jan 2023 19:40:41 +0000 (12:40 -0700)
commit01fc4107de92ea2818de82399cae41ded527addf
tree0cb0b046fed80a503dbd9917112fe700a80e07a2
parent1179fa92a66e763db878a963336a154d5acb5fd7
ftests: Add recursive cgdelete function test on shared mount

Add a test that tries deleting non-existing cgroups on shared mount
mount shared by controllers on cgroup v1.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Jan 23 09:21:48
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                                  Time (sec)
        ----------------------------------------------------------------
        setup                                                       0.00
        098-cgdelete-non-existing-shared-mnt-cgroup-v1.py           0.03
        teardown                                                    0.00
        ----------------------------------------------------------------
        Total Run Time                                              0.03

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
TJH: Fix minor variable name typo.  Also, add the new test to the EXTRA
     DIST list in Makefile.am
tests/ftests/098-cgdelete-non-existing-shared-mnt-cgroup-v1.py [new file with mode: 0755]
tests/ftests/Makefile.am