summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-17.02.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: use 'until' instead of 'while !'Zbigniew Jędrzejewski-Szmek2023-09-061-1/+1
| | | | | | | | In general, it's better to avoid a negation. And "!" is special, because it is used for history expansion, i.e. the same command would behave differently if pasted on the command line. Inspired by 4a899c5a239eb50df3f596af4ff145f4a2d33f23.
* test: make shellcheck happy againFrantisek Sumsal2023-05-161-0/+1
| | | | No functional changes.
* test: rename assert.sh to util.shFrantisek Sumsal2023-05-161-2/+2
| | | | | | | So we can extend it with additional utility functions without making it confusing. No functional change.
* test: use 'udevadm trigger --settle' even if device is renamedYu Watanabe2023-01-191-4/+2
|
* test: add tests for failure in renaming network interfaceYu Watanabe2023-01-101-0/+78
|
* test: rewrite tests for renaming network interfaceYu Watanabe2022-10-251-39/+85
| | | | | | | - use `udevadm wait` instead of `udevadm info --wait-initialized`, - use `timeout` command instead of the fixed time sleep, - add basic tests for #25106, - add brief comment about #25115.
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-0/+1
|
* test: generate debugging logs for udev testsYu Watanabe2021-04-301-0/+1
|
* TEST-*: use spacing before redirection operator, but not afterZbigniew Jędrzejewski-Szmek2021-04-081-1/+1
| | | | | << EOF → <<EOF > foo < bar → >foo <bar
* test: merge udev testsYu Watanabe2021-03-051-0/+57