summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2019-04-08 15:24:23 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2019-04-08 15:24:23 +0200
commit394970047ee426f4ab5c3f97ca6e6334f971e434 (patch)
tree01803e7bf220d191117b9f55836f2750807552c3 /nixos/tests/all-tests.nix
parent7cf27feb2f8651af20ce14543e71af8672dd0293 (diff)
downloadnixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.tar
nixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.tar.gz
nixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.tar.bz2
nixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.tar.lz
nixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.tar.xz
nixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.tar.zst
nixpkgs-394970047ee426f4ab5c3f97ca6e6334f971e434.zip
nixos/tests: register the prometheus2 test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 69510c1420f..637c3ed1b85 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -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 {};