Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaev committed May 23, 2024
1 parent 7f9ba23 commit ad009ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/virtualization/universal/windows.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sub run {

import_guest $_, 'virt-install' foreach (values %virt_autotest::common::imports);

# Wait for win2k19 boot and dhcp request, and get the IP address using nmap and add the guest to hosts
# Wait for Win2k19 boot, get IP via nmap, and add to hosts
sleep 60;
foreach (values %virt_autotest::common::imports) {
my $cmd = "nmap -sn 192.168.122.0/24 | grep $_->{macaddress} -B2 | head -1 | grep -oE '[0-9]+.[0-9]+.[0-9]+.[0-9]+'";
Expand Down

0 comments on commit ad009ca

Please sign in to comment.