From 4f7e197e6e6f8360afb7440925307b05c966749a Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Wed, 9 Jul 2025 12:19:54 +0800 Subject: [PATCH] nixosTests.schleuder: handleTest -> runTest --- nixos/tests/all-tests.nix | 2 +- nixos/tests/schleuder.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 4fd1c64693ac..0253d028c4d5 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -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; diff --git a/nixos/tests/schleuder.nix b/nixos/tests/schleuder.nix index 2dab607cbd2f..051acd799d04 100644 --- a/nixos/tests/schleuder.nix +++ b/nixos/tests/schleuder.nix @@ -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, ... }: