]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a cgconfigparser test that loads a directory
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 9 Mar 2021 19:50:11 +0000 (19:50 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 22 Mar 2021 16:43:55 +0000 (10:43 -0600)
commitf3781fe9dcef391feec5e462388ca1e75c6d47b7
treef00989d5e4a28219e58a062434f48e9f8a5c9923
parentc8ff821f61a968a0f78804af3af0fe755653614e
ftests: Add a cgconfigparser test that loads a directory

Add a cgconfigparser test that loads its configuration files
from a specified directory.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Mar 09 19:49:49
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                    Time (sec)
        ---------------------------------------------------------
        setup                                        21.22
        018-cgconfig-load_dir.py                      0.94
        teardown                                      0.00
        ---------------------------------------------------------
        Total Run Time                               22.16

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