Skip to content

Commit 752177e

Browse files
committed
install: fix progress message to reflect ARP_SERVER not DHCP
Signed-off-by: Yann Dirson <[email protected]>
1 parent bc9b77e commit 752177e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/install/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _test_firstboot(self, create_vms, mode, admin_iface, *, machine='DEFAULT', i
250250
if admin_iface in ("ipv4dhcp", "ipv6dhcp", "ipv6ac"):
251251
# catch host-vm IP address
252252
wait_for(lambda: pxe.arp_addresses_for(mac_address),
253-
"Wait for DHCP server to see Host VM in ARP tables",
253+
"Wait for ARP_SERVER to see Host VM in ARP tables",
254254
timeout_secs=10 * 60)
255255
ips = pxe.arp_addresses_for(mac_address)
256256
logging.info("Host VM has IPs %s", ips)

0 commit comments

Comments
 (0)