openssh: add initrd-network-ssh nixos test to passthru.tests

openssh updates can break the sshd in initrd, as proven by the update to
9.8p1 (ref #323796). The corresponding test is not a channel blocker,
but should at least be looked at by maintainers updating openssh.
This commit is contained in:
sternenseemann
2024-11-30 18:34:24 +01:00
parent 2b4d67b7e6
commit 1fdd4348e4
+1
View File
@@ -189,6 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
tests = {
borgbackup-integration = nixosTests.borgbackup;
nixosTest = nixosTests.openssh;
initrd-network-openssh = nixosTests.initrd-network-ssh;
openssh = finalAttrs.finalPackage.overrideAttrs (previousAttrs: {
pname = previousAttrs.pname + "-test";
doCheck = true;