]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests/092: add test to attach threads to cgroup (v1)
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 13 Mar 2024 10:04:25 +0000 (10:04 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 20 Mar 2024 20:53:52 +0000 (14:53 -0600)
commite2080747c898eedd4af593d4c1fa27018e06a5ab
tree2963f93f153283aaca6c202a2c1b7440bc3706e8
parentc378847be688a6a2af6bb0e8e074db10dded0ea3
ftests/092: add test to attach threads to cgroup (v1)

Add test to attach/move all thread of a tid to cgroup using
cgroup_attach_thread_tid() in cgroup v1.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Mar 13 09:52:58
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                     Time (sec)
        ---------------------------------------------------
        setup                                          0.00
        092-sudo-cgroup_attach_thread_tid.py           0.09
        teardown                                       0.00
        ---------------------------------------------------
        Total Run Time                                 0.09

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