summaryrefslogtreecommitdiff
path: root/test/TEST-17-UDEV
Commit message (Collapse)AuthorAgeFilesLines
* test: respect the global $QEMU_TIMEOUTFrantisek Sumsal2022-08-261-1/+0
| | | | | | | | CIs set QEMU and nspawn timeouts by themselves which reflect their needs and possibilities, so let's respect that value, instead of using one pre-set value which might or might not work for all of them. Both Ubuntu CI and CentOS CI set these values themselves.
* test: drop redundant IMAGE_NAME=Yu Watanabe2022-06-101-1/+0
| | | | If it is not specified, then "default" will be used.
* test: skip TEST-17 on ubuntu ppc64elYu Watanabe2022-03-081-0/+0
| | | | | | | | | | | | | | On Ubuntu CI on ppc64el, the test randomly fails when /run/udev is not synced before checking its contents (see #22357). But /run/udev is a tmpfs and fsync on tmpfs is noop (see `struct shmem_file_operations` in mm/shmem.c of the kernel), hence, it is not necessary to call fsync on /run/udev in general. This should be a testing emvironment issue (I guess it is an issue on nested KVM on ppc64el), instead of an issue on udev. C.f. #22357. Fixes #21603.
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test/TEST-17-UDEV: use default imageZbigniew Jędrzejewski-Szmek2021-06-121-8/+1
| | | | No need to build a separate 700MB image to save 3080 bytes in the default image.
* test: add a simple test for udev watchYu Watanabe2021-04-301-1/+1
|
* test: "detect" the test number automagicallyFrantisek Sumsal2021-04-261-1/+1
| | | | | | Specifying the test number manually is tedious and prone to errors (as recently proven). Since we have all the necessary data to work out the test number, let's do it automagically.
* test: make the test entrypoint scripts shellcheck-compliantFrantisek Sumsal2021-04-201-1/+4
|
* test: merge udev testsYu Watanabe2021-03-052-0/+18