]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests/060: Add new systemd error message
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sun, 26 May 2024 06:42:03 +0000 (12:12 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 30 May 2024 20:23:08 +0000 (14:23 -0600)
commitca167c739e6973e56a5b511048fed4c2122d2f8d
tree254e3bc8617634f1c0f2ce49fbb8fbcba4a0ae3b
parent73a8992e9f61f2a85ff78a38a8e51fe45f1711cc
ftests/060: Add new systemd error message

systemd >= 252 has changed the error message on creating duplicate
transient units, upstream commit 1f83244641f1 ("manager: allow transient
units to have drop-ins"). Adopt the newer systemd error message to avoid
expected failure.

-----------------------------------------------------------------
Test Results:
        Run Date:                          May 26 07:03:01
        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           3.62
        teardown                                     0.00
        -------------------------------------------------
        Total Run Time                               3.62

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/060-sudo-cgconfigparser-systemd.py