From: Yu Watanabe Date: Thu, 12 Oct 2023 09:34:20 +0000 (+0900) Subject: test-network: drop unnecessary explicit stop of dnsmasq X-Git-Tag: v255-rc1~258^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb0e97e7de972b738bb415ff5ea7b0448c3d172c;p=thirdparty%2Fsystemd.git test-network: drop unnecessary explicit stop of dnsmasq --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 7d1691c0940..122f9e875dd 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -5319,8 +5319,6 @@ class NetworkdDHCPClientTests(unittest.TestCase, Utilities): self.assertIn('DHCPREPLY(veth-peer)', output) self.assertIn('sent size: 0 option: 14 rapid-commit', output) - stop_dnsmasq() - def test_dhcp_client_ipv4_only(self): copy_network_unit('25-veth.netdev', '25-dhcp-server-veth-peer.network', '25-dhcp-client-ipv4-only.network')