nixos/tests: Add names

This commit is contained in:
Robert Hensing
2022-06-26 00:14:38 +02:00
parent 0af6e6b0e5
commit e260018f9c
10 changed files with 16 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ let
});
testLegacyNetwork = { nixopsPkg }: pkgs.nixosTest ({
name = "nixops-legacy-network";
nodes = {
deployer = { config, lib, nodes, pkgs, ... }: {
imports = [ ../../modules/installer/cd-dvd/channel.nix ];