nixos/tests: Add names

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