summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-17.03.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: backup /etc/udev/udev.conf only if it existsFrantisek Sumsal2023-12-081-8/+8
| | | | | | | | | | | On Fedora systemd recently moved all of its configuration files to /usr/lib/ [0], so make sure we account for this case as well. [ 42.450325] testsuite-17.sh[800]: + mkdir -p /run/udev/rules.d [ 42.466504] testsuite-17.sh[800]: + cp -f /etc/udev/udev.conf /etc/udev/udev.conf.bckp [ 42.503348] testsuite-17.sh[802]: cp: cannot stat '/etc/udev/udev.conf': No such file or directory [0] https://src.fedoraproject.org/rpms/systemd/c/29eb35530b29232eed65718d0cd96d67cd7ffd6b?branch=rawhide
* test: make shellcheck happy againFrantisek Sumsal2023-05-161-0/+1
| | | | No functional changes.
* test: add tests for worker error codeYu Watanabe2022-03-291-2/+22
|
* test: replace multiple echo with catYu Watanabe2022-01-191-2/+4
| | | | Suggested by shell check SC2129.
* test: use full date & time when checking for coredumpsFrantisek Sumsal2022-01-051-1/+1
| | | | | | | | | | | | | | | | Otherwise we might hit a window where the coredump happens before midnight, but we check for it after midnight, which yields no results. E.g.: ``` $ coredumpctl --no-legend --no-pager --file system.journal Wed 2022-01-05 01:00:06 CET 359 0 0 SIGABRT journal /usr/bin/udevadm n/a $ coredumpctl --since 23:59:55 --no-legend --no-pager --file system.journal No coredumps found. $ coredumpctl --since "2022-01-04 23:59:59" --no-legend --no-pager --file system.journal Wed 2022-01-05 01:00:06 CET 359 0 0 SIGABRT journal /usr/bin/udevadm n/a ```
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-1/+1
|
* test: show debug and verbose messageYu Watanabe2021-10-131-1/+1
|
* test: use /dev/null instead of the loop back network interfaceYu Watanabe2021-09-151-5/+5
| | | | | It should faster to be processed. So, we can shorten the timeout. Also, this makes the test use `udevadm trigger`.
* test: generate debugging logs for udev testsYu Watanabe2021-04-301-1/+4
|
* test: bunch of assorted tweaks to make shellcheck happyFrantisek Sumsal2021-04-131-1/+1
|
* TEST-*: use spacing before redirection operator, but not afterZbigniew Jędrzejewski-Szmek2021-04-081-4/+4
| | | | | << EOF → <<EOF > foo < bar → >foo <bar
* test: merge udev testsYu Watanabe2021-03-051-0/+45