Installer test: Don't wait for dhcpcd if we don't have a network
This commit is contained in:
parent
784503864b
commit
f23231f198
@ -129,9 +129,10 @@ let
|
|||||||
#$machine->waitForUnit('getty@tty2');
|
#$machine->waitForUnit('getty@tty2');
|
||||||
$machine->waitForUnit("rogue");
|
$machine->waitForUnit("rogue");
|
||||||
$machine->waitForUnit("nixos-manual");
|
$machine->waitForUnit("nixos-manual");
|
||||||
$machine->waitForUnit("dhcpcd");
|
|
||||||
|
|
||||||
${optionalString testChannel ''
|
${optionalString testChannel ''
|
||||||
|
$machine->waitForUnit("dhcpcd");
|
||||||
|
|
||||||
# Allow the machine to talk to the fake nixos.org.
|
# Allow the machine to talk to the fake nixos.org.
|
||||||
$machine->succeed(
|
$machine->succeed(
|
||||||
"rm /etc/hosts",
|
"rm /etc/hosts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user