about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2022-07-28 13:21:39 +0200
committerGitHub <noreply@github.com>2022-07-28 13:21:39 +0200
commit8b56c85a9ac45a1b32b96b988d9d7d64ade0033d (patch)
tree456bacc0cc945bd21c2679a948c34bbcab266963 /nixos
parent9015601f80dffa036e0b5aa1be652e2bb778b4a8 (diff)
parent14ad19fedab986485590b21f7c068db085c3f653 (diff)
Merge pull request #183154 from mweinelt/kea-2.2.0
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/kea.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/kea.nix b/nixos/tests/kea.nix
index 6b345893108fe..b1d5894cc7cd2 100644
--- a/nixos/tests/kea.nix
+++ b/nixos/tests/kea.nix
@@ -1,6 +1,8 @@
 import ./make-test-python.nix ({ pkgs, lib, ...}: {
   meta.maintainers = with lib.maintainers; [ hexa ];
 
+  name = "kea";
+
   nodes = {
     router = { config, pkgs, ... }: {
       virtualisation.vlans = [ 1 ];