about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-02-08 15:36:28 +0100
committerGitHub <noreply@github.com>2020-02-08 15:36:28 +0100
commitdd5f92f20b2ed369f4707c6fa42b5802d7df8754 (patch)
tree959b165ecf1b1eacaa9c12322d03acd8cb18a1f2 /nixos/tests/all-tests.nix
parent26d618bce298a97e81a0aa620eb6f16b79004aae (diff)
parent942f0fd7c00ec0b829e65e656f96e28afbbd5348 (diff)
downloadnixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.tar
nixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.tar.gz
nixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.tar.bz2
nixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.tar.lz
nixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.tar.xz
nixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.tar.zst
nixlib-dd5f92f20b2ed369f4707c6fa42b5802d7df8754.zip
Merge pull request #78670 from tfc/port-installer-test
nixosTests.installer: Port installer and ZFS test to python
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 e1c299b8413e..bdac56169fdf 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -308,6 +308,7 @@ in
   xss-lock = handleTest ./xss-lock.nix {};
   yabar = handleTest ./yabar.nix {};
   yggdrasil = handleTest ./yggdrasil.nix {};
+  zfs = handleTest ./zfs.nix {};
   zsh-history = handleTest ./zsh-history.nix {};
   zookeeper = handleTest ./zookeeper.nix {};
 }