nixos/tests/networking: fix evaluation
Fixes commands such as `nix-build -A nixosTests.networking.scripted`. Currently this fails: "error: The option `nodes' is used but not defined."
This commit is contained in:
parent
40ef3bb63d
commit
7aed90a969
@ -952,6 +952,7 @@ let
|
|||||||
'';
|
'';
|
||||||
} else {
|
} else {
|
||||||
name = "RenameInterface";
|
name = "RenameInterface";
|
||||||
|
nodes = { };
|
||||||
testScript = "";
|
testScript = "";
|
||||||
};
|
};
|
||||||
# even with disabled networkd, systemd.network.links should work
|
# even with disabled networkd, systemd.network.links should work
|
||||||
|
Loading…
Reference in New Issue
Block a user