]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-network: handle the case where dnsmasq is slow to start better 41067/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 13 Mar 2026 11:02:07 +0000 (12:02 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 11:02:07 +0000 (12:02 +0100)
commite799263ff4160565953ac6b52be3706d91133bd0
tree0eb97bb9f0d0718527516f3f5a3f9e0ea33e6b3a
parent8e764acf1ea39bd9fa93a061b9e5156e07a79274
test-network: handle the case where dnsmasq is slow to start better

> read_dnsmasq_log_file() will raise FileNotFoundError if dnsmasq hasn’t created the
> log file yet (or if the file was just removed by stop_dnsmasq() before the restart).
> This would error the test instead of retrying.

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
test/test-network/systemd-networkd-tests.py