summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-08 10:48:47 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-08 10:48:47 +0100
commit8b5707b5471c3cda6afb096341b06d835949b6f6 (patch)
treef363c32365ed3d0f3a07b2b9361d1f44aff2d3ed /nixos/tests/all-tests.nix
parent3e6e4ce55c6cf923596f2f70e88e9310b3ec7bb0 (diff)
downloadnixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.tar
nixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.tar.gz
nixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.tar.bz2
nixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.tar.lz
nixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.tar.xz
nixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.tar.zst
nixpkgs-8b5707b5471c3cda6afb096341b06d835949b6f6.zip
nixos/ipfs: convert tests to python driver & simplify
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 38e8980b748..e8e92c48182 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -143,6 +143,7 @@ in
   initrdNetwork = handleTest ./initrd-network.nix {};
   installer = handleTest ./installer.nix {};
   iodine = handleTest ./iodine.nix {};
+  ipfs = handleTest ./ipfs.nix {};
   ipv6 = handleTest ./ipv6.nix {};
   jackett = handleTest ./jackett.nix {};
   jellyfin = handleTest ./jellyfin.nix {};