]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test for the python bindings to cgroup_cgxget()
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 16 Dec 2021 15:04:35 +0000 (08:04 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 2 Feb 2022 17:57:55 +0000 (17:57 +0000)
commit9ddaeb70a98d709bbc8a0ffb5dde4319cc69f45c
tree6940e8e87740720060038c4cca6cf139646cdf3c
parent8c75f2c179dac483e2cb7832753ea52fa85c2563
ftests: Add a test for the python bindings to cgroup_cgxget()

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

-----------------------------------------------------------------
Test Results:
        Run Date:                          Oct 11 22:11:48
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                    Time (sec)
        ---------------------------------------------------------
        setup                                         0.00
        038-pybindings-cgxget.py                      0.04
        teardown                                      0.00
        ---------------------------------------------------------
        Total Run Time                                0.04

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/039-pybindings-cgxget.py [new file with mode: 0755]