]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add recursive cgdelete functional test
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Oct 2020 14:58:12 +0000 (14:58 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 16 Oct 2020 14:58:12 +0000 (14:58 +0000)
commit9a73da558fd4744b0ad397e31aab287a7ab6b86c
tree805c205d74963539c9afb955bbf49cc10178879b
parentae55a3be8ec63d27a9aba4f611238c1da2f9b2f0
ftests: Add recursive cgdelete functional test

Add a test that creates a cgroup hierarchy and then invokes
cgdelete on the parent cgroup with the recursive flag set.

-----------------------------------------------------------------
Test Results:
        Run Date:                     Oct 16 14:54:20
        Passed:                             2 test(s)
        Skipped:                            0 test(s)
        Failed:                             0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                               Time (sec)
        ---------------------------------------------------------
        setup                                   15.11
        001-cgget-basic_cgget.py                 0.53
        002-cgdelete-recursive_delete.py         0.26
        teardown                                 0.00
        ---------------------------------------------------------
        Total Run Time                          15.90

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/002-cgdelete-recursive_delete.py [new file with mode: 0755]
ftests/Makefile.am