]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test to validate systemd configurations
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 10 Feb 2023 21:52:04 +0000 (14:52 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 10 Feb 2023 21:56:13 +0000 (14:56 -0700)
commit698ff02de5e196d0682909b254e11f9cfce1fd13
tree8abc39eaecc9bf0ef789a7c4d8ea45ab442154da
parentf3b08457f055d367f466b55fa5fa65259fd08cc8
ftests: Add a test to validate systemd configurations

Add a test case to parse test different combination of valid and invalid
systemd configurations.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Feb 05 08:33:41
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                   Time (sec)
        -------------------------------------------------
        setup                                        0.00
        060-sudo-cgconfigparser-systemd.py           4.31
        teardown                                     0.00
        -------------------------------------------------
        Total Run Time                               4.31

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit 0da586ec36e0f0a9bd918ea9d1afc6db20d80b65)
tests/ftests/060-sudo-cgconfigparser-systemd.py [new file with mode: 0755]
tests/ftests/Makefile.am