Commit 8fbaea70 authored by Tim Van Baak's avatar Tim Van Baak
Browse files

nixos/nebula: move test to subfolder

parent 364ef3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1011,7 +1011,7 @@ in
    defaults.services.ncps.cache.dataPath = "/path/to/ncps";
  };
  ndppd = runTest ./ndppd.nix;
  nebula = runTest ./nebula.nix;
  nebula.connectivity = runTest ./nebula/connectivity.nix;
  neo4j = runTest ./neo4j.nix;
  netbird = runTest ./netbird.nix;
  netbox-upgrade = runTest ./web-apps/netbox-upgrade.nix;
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
let

  # We'll need to be able to trade cert files between nodes via scp.
  inherit (import ./ssh-keys.nix pkgs)
  inherit (import ../ssh-keys.nix pkgs)
    snakeOilPrivateKey
    snakeOilPublicKey
    ;
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ buildGoModule rec {
  ldflags = [ "-X main.Build=${version}" ];

  passthru.tests = {
    inherit (nixosTests) nebula;
    inherit (nixosTests.nebula) connectivity;
  };

  meta = {