nixosTests.schleuder: handleTest -> runTest
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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, ... }:
|
||||||
|
|||||||
Reference in New Issue
Block a user