Commit 49aef132 authored by Robert Hensing's avatar Robert Hensing
Browse files

nixosTests.nomad: Use runTest

About 30% quicker to eval
Runs on macOS as a VM host
parent 082193ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ in {
  nixpkgs = pkgs.callPackage ../modules/misc/nixpkgs/test.nix { inherit evalMinimalConfig; };
  nixseparatedebuginfod = handleTest ./nixseparatedebuginfod.nix {};
  node-red = handleTest ./node-red.nix {};
  nomad = handleTest ./nomad.nix {};
  nomad = runTest ./nomad.nix;
  non-default-filesystems = handleTest ./non-default-filesystems.nix {};
  non-switchable-system = runTest ./non-switchable-system.nix;
  noto-fonts = handleTest ./noto-fonts.nix {};
+81 −83
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ lib, ... }:
{
  name = "nomad";
@@ -101,4 +100,3 @@ import ./make-test-python.nix (
        test_nomad_server(server)
  '';
}
)