1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

test-network: Drop start dnsmasq

This commit is contained in:
Susant Sahani 2019-09-18 14:14:15 +02:00 committed by Frantisek Sumsal
parent 0eb5e6d3f0
commit 98f0e10429

View File

@ -3154,8 +3154,6 @@ class NetworkdIPv6PrefixTests(unittest.TestCase, Utilities):
copy_unit_to_networkd_unit_path('25-veth.netdev', 'ipv6ra-prefix-client.network', 'ipv6ra-prefix.network')
start_networkd()
self.wait_online(['veth-peer:carrier'])
start_dnsmasq()
self.wait_online(['veth99:routable', 'veth-peer:routable'])
output = check_output('ip', '-6', 'route', 'show', 'dev', 'veth-peer')