summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorDaniel Kuehn <daniel@kuehn.se>2019-11-01 13:12:18 +0100
committerDaniel Kuehn <daniel@kuehn.se>2019-11-01 13:21:04 +0100
commit5fbf0cf5ce17402beece5c836c5fe9ee20b09edd (patch)
tree2959051a428e234243f6ddbd4c3860d61038913c /nixos
parentdb0787c87aeecb9004fbab6323b222e98ecc1666 (diff)
downloadnixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.tar
nixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.tar.gz
nixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.tar.bz2
nixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.tar.lz
nixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.tar.xz
nixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.tar.zst
nixpkgs-5fbf0cf5ce17402beece5c836c5fe9ee20b09edd.zip
nixos/ceph: Rename old ceph test and add new multi-node test to all-tests.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 694376b9d36..1107ca1f5a6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -39,7 +39,8 @@ in
   caddy = handleTest ./caddy.nix {};
   cadvisor = handleTestOn ["x86_64-linux"] ./cadvisor.nix {};
   cassandra = handleTest ./cassandra.nix {};
-  ceph = handleTestOn ["x86_64-linux"] ./ceph.nix {};
+  ceph-single-node = handleTestOn ["x86_64-linux"] ./ceph-single-node.nix {};
+  ceph-multi-node = handleTestOn ["x86_64-linux"] ./ceph-multi-node.nix {};
   certmgr = handleTest ./certmgr.nix {};
   cfssl = handleTestOn ["x86_64-linux"] ./cfssl.nix {};
   chromium = (handleTestOn ["x86_64-linux"] ./chromium.nix {}).stable or {};