Installer test: Don't wait for dhcpcd if we don't have a network

This commit is contained in:
Eelco Dolstra 2014-05-21 15:42:02 +02:00
parent 784503864b
commit f23231f198

View file

@ -129,9 +129,10 @@ let
#$machine->waitForUnit('getty@tty2');
$machine->waitForUnit("rogue");
$machine->waitForUnit("nixos-manual");
$machine->waitForUnit("dhcpcd");
${optionalString testChannel ''
$machine->waitForUnit("dhcpcd");
# Allow the machine to talk to the fake nixos.org.
$machine->succeed(
"rm /etc/hosts",