nixos/nebula: move test to subfolder
This commit is contained in:
@@ -1011,7 +1011,7 @@ in
|
|||||||
defaults.services.ncps.cache.dataPath = "/path/to/ncps";
|
defaults.services.ncps.cache.dataPath = "/path/to/ncps";
|
||||||
};
|
};
|
||||||
ndppd = runTest ./ndppd.nix;
|
ndppd = runTest ./ndppd.nix;
|
||||||
nebula = runTest ./nebula.nix;
|
nebula.connectivity = runTest ./nebula/connectivity.nix;
|
||||||
neo4j = runTest ./neo4j.nix;
|
neo4j = runTest ./neo4j.nix;
|
||||||
netbird = runTest ./netbird.nix;
|
netbird = runTest ./netbird.nix;
|
||||||
netbox-upgrade = runTest ./web-apps/netbox-upgrade.nix;
|
netbox-upgrade = runTest ./web-apps/netbox-upgrade.nix;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
let
|
let
|
||||||
|
|
||||||
# We'll need to be able to trade cert files between nodes via scp.
|
# 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
|
snakeOilPrivateKey
|
||||||
snakeOilPublicKey
|
snakeOilPublicKey
|
||||||
;
|
;
|
||||||
@@ -26,7 +26,7 @@ buildGoModule rec {
|
|||||||
ldflags = [ "-X main.Build=${version}" ];
|
ldflags = [ "-X main.Build=${version}" ];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit (nixosTests) nebula;
|
inherit (nixosTests.nebula) connectivity;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user