lol

nixos/tests: Add names

+16
+1
nixos/tests/corerad.nix
··· 1 1 import ./make-test-python.nix ( 2 2 { 3 + name = "corerad"; 3 4 nodes = { 4 5 router = {config, pkgs, ...}: { 5 6 config = {
+1
nixos/tests/ghostunnel.nix
··· 1 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 + name = "ghostunnel"; 2 3 nodes = { 3 4 backend = { pkgs, ... }: { 4 5 services.nginx.enable = true;
+2
nixos/tests/lorri/default.nix
··· 1 1 import ../make-test-python.nix { 2 + name = "lorri"; 3 + 2 4 nodes.machine = { pkgs, ... }: { 3 5 imports = [ ../../modules/profiles/minimal.nix ]; 4 6 environment.systemPackages = [ pkgs.lorri ];
+2
nixos/tests/matomo.nix
··· 7 7 let 8 8 matomoTest = package: 9 9 makeTest { 10 + name = "matomo"; 11 + 10 12 nodes.machine = { config, pkgs, ... }: { 11 13 services.matomo = { 12 14 package = package;
+2
nixos/tests/matrix/conduit.nix
··· 3 3 name = "conduit"; 4 4 in 5 5 { 6 + name = "matrix-conduit"; 7 + 6 8 nodes = { 7 9 conduit = args: { 8 10 services.matrix-conduit = {
+1
nixos/tests/nixops/default.nix
··· 19 19 }); 20 20 21 21 testLegacyNetwork = { nixopsPkg }: pkgs.nixosTest ({ 22 + name = "nixops-legacy-network"; 22 23 nodes = { 23 24 deployer = { config, lib, nodes, pkgs, ... }: { 24 25 imports = [ ../../modules/installer/cd-dvd/channel.nix ];
+1
nixos/tests/pam/pam-file-contents.nix
··· 2 2 name = "pam"; 3 3 in 4 4 import ../make-test-python.nix ({ pkgs, ... }: { 5 + name = "pam-file-contents"; 5 6 6 7 nodes.machine = { ... }: { 7 8 imports = [ ../../modules/profiles/minimal.nix ];
+2
nixos/tests/pppd.nix
··· 5 5 mode = "0640"; 6 6 }; 7 7 in { 8 + name = "pppd"; 9 + 8 10 nodes = { 9 11 server = {config, pkgs, ...}: { 10 12 config = {
+2
nixos/tests/thelounge.nix
··· 1 1 import ./make-test-python.nix { 2 + name = "thelounge"; 3 + 2 4 nodes = { 3 5 private = { config, pkgs, ... }: { 4 6 services.thelounge = {
+2
nixos/tests/zrepl.nix
··· 1 1 import ./make-test-python.nix ( 2 2 { 3 + name = "zrepl"; 4 + 3 5 nodes.host = {config, pkgs, ...}: { 4 6 config = { 5 7 # Prerequisites for ZFS and tests.