]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: drop unnecessary explicit stop of dnsmasq
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Oct 2023 09:34:20 +0000 (18:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 12 Oct 2023 09:34:20 +0000 (18:34 +0900)
test/test-network/systemd-networkd-tests.py

index 7d1691c0940abe7962508595d71eb1006c4513a9..122f9e875dd279a99dd2e00e0f0d2c6900386667 100755 (executable)
@@ -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')