]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: disable DNS function of dnsmasq 11274/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 26 Dec 2018 22:31:26 +0000 (23:31 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 2 Jan 2019 09:37:10 +0000 (18:37 +0900)
test/test-network/systemd-networkd-tests.py

index 342a4e283a363d6a413bec154d91f33d4a8e5a43..5586767f464e08d3bbca57919f7dbfb75847b5f4 100755 (executable)
@@ -100,7 +100,7 @@ class Utilities():
                     shutil.rmtree(os.path.join(network_unit_file_path, unit + '.d'))
 
     def start_dnsmasq(self):
-        subprocess.check_call('dnsmasq -8 /var/run/networkd-ci/test-dnsmasq-log-file --log-queries=extra --log-dhcp --pid-file=/var/run/networkd-ci/test-test-dnsmasq.pid --conf-file=/dev/null --interface=veth-peer --enable-ra --dhcp-range=2600::10,2600::20 --dhcp-range=192.168.5.10,192.168.5.200 -R --dhcp-leasefile=/var/run/networkd-ci/lease --dhcp-option=26,1492 --dhcp-option=option:router,192.168.5.1 --dhcp-option=33,192.168.5.4,192.168.5.5', shell=True)
+        subprocess.check_call('dnsmasq -8 /var/run/networkd-ci/test-dnsmasq-log-file --log-queries=extra --log-dhcp --pid-file=/var/run/networkd-ci/test-test-dnsmasq.pid --conf-file=/dev/null --interface=veth-peer --enable-ra --dhcp-range=2600::10,2600::20 --dhcp-range=192.168.5.10,192.168.5.200 -R --dhcp-leasefile=/var/run/networkd-ci/lease --dhcp-option=26,1492 --dhcp-option=option:router,192.168.5.1 --dhcp-option=33,192.168.5.4,192.168.5.5 --port=0', shell=True)
 
         time.sleep(10)