Unverified Commit c42b6a4d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nixosTests.neo4j: handleTest -> runTest (#423536)

parents d3c51636 86a4304a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -935,7 +935,7 @@ in
  };
  ndppd = runTest ./ndppd.nix;
  nebula = runTest ./nebula.nix;
  neo4j = handleTest ./neo4j.nix { };
  neo4j = runTest ./neo4j.nix;
  netbird = runTest ./netbird.nix;
  netdata = runTest ./netdata.nix;
  nimdow = runTest ./nimdow.nix;
+8 −13
Original line number Diff line number Diff line
import ./make-test-python.nix {
{
  name = "neo4j";

  nodes = {
    server =
      { ... }:

      {
  nodes.server = {
    virtualisation.memorySize = 4096;
    virtualisation.diskSize = 1024;

@@ -14,7 +10,6 @@ import ./make-test-python.nix {
    services.neo4j.https.enable = false;
    services.neo4j.bolt.enable = false;
  };
  };

  testScript = ''
    start_all()