summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2020-06-13 12:06:26 +0200
committerrnhmjoj <rnhmjoj@inventati.org>2020-06-24 10:22:53 +0200
commit33c4a4bdd52a750205046cc85775e6caea342868 (patch)
treedcbc77f5fb2fcfe3764fbd1583d19bc86296d481 /nixos/tests/all-tests.nix
parentb520055df6c9913ef4ddbc931a1635516433a7a9 (diff)
downloadnixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.tar
nixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.tar.gz
nixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.tar.bz2
nixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.tar.lz
nixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.tar.xz
nixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.tar.zst
nixpkgs-33c4a4bdd52a750205046cc85775e6caea342868.zip
nixos/tests: add test for grub authentication
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 7056d414e9e..5ac7e73977b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -124,6 +124,7 @@ in
   grafana = handleTest ./grafana.nix {};
   graphite = handleTest ./graphite.nix {};
   graylog = handleTest ./graylog.nix {};
+  grub = handleTest ./grub.nix {};
   gvisor = handleTest ./gvisor.nix {};
   hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};
   hadoop.yarn = handleTestOn [ "x86_64-linux" ] ./hadoop/yarn.nix {};