]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: rewrite tests for renaming network interface
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 24 Oct 2022 17:58:39 +0000 (02:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 25 Oct 2022 16:47:18 +0000 (01:47 +0900)
commit9918dfb98b6445bfeca6cfdc636c566797e8cc6b
tree119c22e12da0518d9eb0936e0ae597f5716c6b4a
parentc89d0c3b0567eb8fdf0b06a27f46c64245d2f0a4
test: rewrite tests for renaming network interface

- 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.
test/units/testsuite-17.02.sh