From 58f80120bd8b7ddff5045ff56d3149662b1337ee Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Mon, 15 May 2023 18:58:04 -0400 Subject: [PATCH] ISO tests also use DHCP --- setup/so-setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 879a3c4d1..1e93decde 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -202,12 +202,13 @@ if [ -n "$test_profile" ]; then MINION_CIDR=10.0.0.0/8 MSRV=manager - if [[ "$test_profile" =~ "-net" ]]; then + if [[ "$test_profile" =~ "-net" ] || [ "$test_profile" =~ "-iso" ]]; then address_type=DHCP elif [[ "$test_profile" =~ "-cloud" ]]; then MSRVIP=10.99.1.20 elif [[ "$test_profile" =~ "-airgap" ]]; then is_airgap=true + address_type=DHCP fi if [ -f "/root/public_ip" ]; then