summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | added more test casesOMOJOLA JOSHUA DAMILOLA2023-03-281-0/+78
* | | udev_rules_parse_file: do not ignore ENOENT when invoked by udevadm verifyDmitry V. Levin2023-03-291-0/+2
* | | TEST-80: synchronize explicitly instead of by timeLennart Poettering2023-03-293-17/+73
* | | test: do not remove state directory on failureLuca Boccassi2023-03-291-2/+2
* | | Merge pull request #27046 from bluca/shellcheckYu Watanabe2023-03-291-57/+63
|\ \ \
| * | | test: fix shellcheck warnings in test-sysusers.shLuca Boccassi2023-03-291-57/+63
* | | | Merge pull request #27042 from fbuihuu/fixes-for-testsuite-74-mountLuca Boccassi2023-03-291-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | test: fix regexp in testsuite-74.mount.shFranck Bui2023-03-281-1/+1
| * | | test: drop extraneous bracket in testsuite-74.mount.shFranck Bui2023-03-281-1/+1
| | |/ | |/|
* | | portable: add PORTABLE_NAME_AND_VERSION= and other metadata to LogsExtraFields=Luca Boccassi2023-03-282-0/+26
|/ /
* | Merge pull request #27013 from fbuihuu/test-fixletsYu Watanabe2023-03-281-4/+13
|\ \
| * | test: don't export $TOOLS_DIRFranck Bui2023-03-271-2/+2
| * | test: clean up $STATEDIR tooFranck Bui2023-03-271-0/+1
| * | test: $STATEDIR should not point to /usr/lib/systemd/tests when NO_BUILD=1Franck Bui2023-03-271-2/+10
* | | Merge pull request #26993 from mrc0mmand/TEST-46-tweaksYu Watanabe2023-03-281-2/+2
|\ \ \
| * | | test: explicitly pull in systemd-userdbd.socketFrantisek Sumsal2023-03-271-2/+2
* | | | udev-rules: fix grammar in diagnostics about lines that have no effectDmitry V. Levin2023-03-271-11/+11
* | | | udev-rules: extend the check for conflicting expressionsDmitry V. Levin2023-03-271-0/+4
* | | | udev-rules: check token delimitersDmitry V. Levin2023-03-271-0/+31
* | | | testsuite-17.11.sh: add commas between tokensDmitry V. Levin2023-03-271-13/+13
| |/ / |/| |
* | | Merge pull request #26870 from fbuihuu/move-unit-tests-in-a-dedicated-subdirLuca Boccassi2023-03-276-23/+24
|\ \ \
| * | | test: install symlinks with valid targets on SUSE and DebianFranck Bui2023-03-261-2/+2
| * | | test: on openSUSE install the collection of unit test binaries in the target ...Franck Bui2023-03-242-10/+8
| * | | meson: make sure the unit test scripts find testdata/ even if they are not in...Franck Bui2023-03-241-0/+6
| * | | meson: define testdata_dir globallyFranck Bui2023-03-241-2/+0
| * | | test: install unit tests in a dedicated subdirectory below '$testsdir'Franck Bui2023-03-245-10/+9
* | | | Merge pull request #26294 from yuwata/locale-verify-confZbigniew Jędrzejewski-Szmek2023-03-271-0/+97
|\ \ \ \ | |_|/ / |/| | |
| * | | test: add test for invalid keymap settingYu Watanabe2023-03-251-0/+97
| |/ /
* | | Merge pull request #26973 from mrc0mmand/userdbctl-testsYu Watanabe2023-03-261-0/+136
|\ \ \
| * | | test: add a couple of tests for userdbctlFrantisek Sumsal2023-03-251-0/+136
| |/ /
* | | Merge pull request #26983 from mrc0mmand/coredump-test-followupYu Watanabe2023-03-262-10/+3
|\ \ \
| * | | test: drop unnecessary returnFrantisek Sumsal2023-03-251-2/+0
| * | | test: don't touch the /failed marker in the subtest scriptsFrantisek Sumsal2023-03-251-5/+0
| * | | test: don't expand the subshell expression prematurelyFrantisek Sumsal2023-03-251-3/+3
| |/ /
* | | test: filter the merged coverage report insteadFrantisek Sumsal2023-03-251-1/+1
* | | test: do an initial coverage captureFrantisek Sumsal2023-03-251-8/+25
|/ /
* | test: add a couple of tests for systemd-coredumpFrantisek Sumsal2023-03-241-0/+175
* | test-coredump-util: add tests for parse_aux()Zbigniew Jędrzejewski-Szmek2023-03-2313-57/+29
* | Merge pull request #26214 from YHNdnzj/sd-notify-change-notifyaccessMike Yuan2023-03-247-0/+85
|\ \ | |/ |/|
| * test: add tests for NOTIFYACCESS override through sd_notifyMike Yuan2023-03-227-0/+85
* | udev-rules: fix nvme symlink creation on namespace changesThomas Blume2023-03-211-0/+2
|/
* udev-rules: add another check for conflicting expressionsDmitry V. Levin2023-03-211-0/+3
* udev-rules: fix check for conflicting and duplicate expressionsDmitry V. Levin2023-03-191-0/+8
* test-systemd-tmpfiles.py: create global temporary directoryYu Watanabe2023-03-181-1/+2
* test-systemd-tmpfiles.py: use test_content() at one more placeYu Watanabe2023-03-181-6/+1
* Merge pull request #26783 from yuwata/loop-ref-follow-upDaan De Meyer2023-03-171-1/+21
|\
| * test-50-dissect: add test for long reference nameYu Watanabe2023-03-141-1/+21
* | Merge pull request #26803 from yuwata/udevadm-verify-summaryYu Watanabe2023-03-171-35/+75
|\ \
| * | test: add tests for summary output of udevadm verifyYu Watanabe2023-03-161-11/+50
| * | test: reindent testsuite-17.11.shYu Watanabe2023-03-161-35/+36