nixosTests.schleuder: handleTest -> runTest

This commit is contained in:
Sizhe Zhao 2025-07-09 12:19:54 +08:00
parent a698ac1214
commit 4f7e197e6e
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F
2 changed files with 2 additions and 2 deletions

View File

@ -1261,7 +1261,7 @@ in
sanoid = runTest ./sanoid.nix;
saunafs = runTest ./saunafs.nix;
scaphandre = handleTest ./scaphandre.nix { };
schleuder = handleTest ./schleuder.nix { };
schleuder = runTest ./schleuder.nix;
scion-freestanding-deployment = handleTest ./scion/freestanding-deployment { };
scrutiny = runTest ./scrutiny.nix;
scx = runTest ./scx/default.nix;

View File

@ -2,7 +2,7 @@ let
certs = import ./common/acme/server/snakeoil-certs.nix;
domain = certs.domain;
in
import ./make-test-python.nix {
{
name = "schleuder";
nodes.machine =
{ pkgs, ... }: