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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user