]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test for setting permissions
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:42:08 +0000 (13:42 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:42:08 +0000 (13:42 -0700)
commit1a5e4d894800ea686ecd8fd43faba983e7d4585d
tree8559656e06e57c38a64a710565dac2ccf7a2f9da
parent6bd95ff4ced4be209f0b505df5a0dcc95e8bbc89
ftests: Add a test for setting permissions

Add a test to exercise the python bindings to set permissions on
a cgroup.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Nov 17 22:00:51
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                               Time (sec)
        ---------------------------------------------
        setup                                    0.00
        057-sudo-set_permissions_v1.py           0.05
        teardown                                 0.00
        ---------------------------------------------
        Total Run Time                           0.05

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