]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a simple cgconfigparser test
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 9 Mar 2021 19:17:49 +0000 (19:17 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 22 Mar 2021 16:43:49 +0000 (10:43 -0600)
commitc8ff821f61a968a0f78804af3af0fe755653614e
treed8eb9645f88dc44e54a6906da467073694ed2a4b
parent643794e1b970f71a5faa77b1d30654f60e280fee
ftests: Add a simple cgconfigparser test

Add a simple cgconfigparser test that operates on a
single configuration file.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Mar 09 19:19:17
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                    Time (sec)
        ---------------------------------------------------------
        setup                                        17.78
        017-cgconfig-load_file.py                     0.70
        teardown                                      0.00
        ---------------------------------------------------------
        Total Run Time                               18.48

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