]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a test to exercise invalid systemd parameters
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:48:31 +0000 (13:48 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 21:04:22 +0000 (14:04 -0700)
commit8012757a76d1d9f179ca33fa156397c0ea53e72b
treec28f5ae020693cf261d46cdf0ede759f4cb4e4d0
parente6d6a5e441ad6a3a55ddd54892caeca3b032efe3
ftests: Add a test to exercise invalid systemd parameters

Add a test that exercises invalid parameters to
cgroup_create_scope2().

-----------------------------------------------------------------
Test Results:
        Run Date:                          Jan 25 09:32:58
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                          Time (sec)
        --------------------------------------------------------
        setup                                               0.00
        059-sudo-invalid_systemd_create_scope2.py           0.00
        teardown                                            0.00
        --------------------------------------------------------
        Total Run Time                                      0.00

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