test-network: drop unnecessary explicit stop of dnsmasq

This commit is contained in:
Yu Watanabe
2023-10-12 18:34:20 +09:00
parent aa7336f1d3
commit cb0e97e7de

View File

@@ -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')