]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: wait for interface to come online before checking DNS scopes
authorNick Rosbrook <enr0n@ubuntu.com>
Fri, 14 Nov 2025 14:37:21 +0000 (09:37 -0500)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Nov 2025 19:04:51 +0000 (04:04 +0900)
commit3d6eb1ed420c17aef877157b41a1735cc2c0b150
tree85fe716891c33a1b7d3da1e1c3c903b3ff4cbf0e
parent1569b1e25f87741517bf914a2066f9e60fe82056
test: wait for interface to come online before checking DNS scopes

The current test is flaky because it creates a new interface definition,
calls networkctl reload, and then calls resolvectl show-cache. If
resolved has not received the changes and setup the DNS scopes for the
interface, show-cache will be empty for that interface.

Part 2 of #39602
test/units/TEST-75-RESOLVED.sh