nixosTests.schleuder: handleTest -> runTest

This commit is contained in:
Sizhe Zhao
2025-07-09 12:19:54 +08:00
parent a698ac1214
commit 4f7e197e6e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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