mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
![]() Right now it wrongly seems as if you can set `sshBackdoor.enable = true;` for each test and not only for debugging purposes. This is wrong however since you'd need to pass /dev/vhost-vsock into the sandbox for this (which is also a prerequisite for #392117). To make that clear, two things were changed: * add a warning to the manual to communicate this. * exit both interactive and non-interactive driver early if /dev/vhost-vsock is missing and the ssh backdoor is enabled. If that's the case, we pass a CLI flag to the driver already in the interactive case. This change also sets the flag for the non-interactive case. That way we also get a better error if somebody tries to enable this on a system that doesn't support that. |
||
---|---|---|
.. | ||
call-test.nix | ||
default.nix | ||
driver.nix | ||
interactive.nix | ||
legacy.nix | ||
meta.nix | ||
name.nix | ||
network.nix | ||
nixos-test-base.nix | ||
nodes.nix | ||
pkgs.nix | ||
run.nix | ||
testScript.nix |