]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test for cgroup_change_cgroup_path()
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 17 May 2023 20:52:01 +0000 (14:52 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 23 May 2023 21:43:11 +0000 (15:43 -0600)
commit7e7a70099f2e4195e413fdb129073cdd7b0e4655
tree7353d6957b8031d381f290f3863150317f42eef8
parentea2588c6dc921cfc73fe1aa3af2dd4756ebc39a8
ftests: Add a test for cgroup_change_cgroup_path()

Add a functional test that exercises cgroup_change_cgroup_path()
via the python bindings.

-----------------------------------------------------------------
Test Results:
Run Date:                          May 17 21:20:19
Passed:                                  1 test(s)
Skipped:                                 0 test(s)
Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
Test                           Time (sec)
-----------------------------------------
setup                                0.00
087-sudo-move_pid.py                 2.06
teardown                             0.00
-----------------------------------------
Total Run Time

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