nixos/tests: register the prometheus2 test

This commit is contained in:
Bas van Dijk 2019-04-08 15:24:23 +02:00
parent 7cf27feb2f
commit 394970047e

View File

@ -190,6 +190,7 @@ in
predictable-interface-names = handleTest ./predictable-interface-names.nix {};
printing = handleTest ./printing.nix {};
prometheus = handleTest ./prometheus.nix {};
prometheus2 = handleTest ./prometheus-2.nix {};
prometheus-exporters = handleTest ./prometheus-exporters.nix {};
prosody = handleTest ./prosody.nix {};
proxy = handleTest ./proxy.nix {};