Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: use 'until' instead of 'while !' | Zbigniew Jędrzejewski-Szmek | 2023-09-06 | 1 | -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 again | Frantisek Sumsal | 2023-05-16 | 1 | -0/+1 |
| | | | | No functional changes. | ||||
* | test: rename assert.sh to util.sh | Frantisek Sumsal | 2023-05-16 | 1 | -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 renamed | Yu Watanabe | 2023-01-19 | 1 | -4/+2 |
| | |||||
* | test: add tests for failure in renaming network interface | Yu Watanabe | 2023-01-10 | 1 | -0/+78 |
| | |||||
* | test: rewrite tests for renaming network interface | Yu Watanabe | 2022-10-25 | 1 | -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 Makefiles | Zbigniew Jędrzejewski-Szmek | 2021-10-18 | 1 | -0/+1 |
| | |||||
* | test: generate debugging logs for udev tests | Yu Watanabe | 2021-04-30 | 1 | -0/+1 |
| | |||||
* | TEST-*: use spacing before redirection operator, but not after | Zbigniew Jędrzejewski-Szmek | 2021-04-08 | 1 | -1/+1 |
| | | | | | << EOF → <<EOF > foo < bar → >foo <bar | ||||
* | test: merge udev tests | Yu Watanabe | 2021-03-05 | 1 | -0/+57 |