From d0274fe7f94a9d581750bf00b2e8eaf98c205515 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 17 Jul 2020 14:59:09 -0700 Subject: [PATCH] Tweak support_server DHCP range It started too low, overlapped with some IPs we set static now. Signed-off-by: Adam Williamson --- tests/_support_server.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_support_server.pm b/tests/_support_server.pm index 9dd32dca..ba5cd3cc 100644 --- a/tests/_support_server.pm +++ b/tests/_support_server.pm @@ -96,7 +96,7 @@ sub run { my $self=shift; ## DNS / DHCP (dnsmasq) # create config - assert_script_run "printf 'domain=domain.local\ndhcp-range=10.0.2.112,10.0.2.199\ndhcp-option=option:router,10.0.2.2\n' > /etc/dnsmasq.conf"; + assert_script_run "printf 'domain=domain.local\ndhcp-range=10.0.2.150,10.0.2.199\ndhcp-option=option:router,10.0.2.2\n' > /etc/dnsmasq.conf"; # do PXE setup if this is not an update test _pxe_setup() unless (get_var("ADVISORY_OR_TASK")); # open firewall ports