summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2019-07-09 23:46:21 +0000
committeredef <edef@edef.eu>2019-07-09 23:46:57 +0000
commit950d91cc9cc994cfa0009ab21442b643ced5d986 (patch)
tree2843edbee378aa51b66d91e88539d28fd873c35f /nixos/tests/all-tests.nix
parent8578d7ab800e7970f7675217901e34eedd09f5ae (diff)
downloadnixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.tar
nixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.tar.gz
nixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.tar.bz2
nixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.tar.lz
nixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.tar.xz
nixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.tar.zst
nixpkgs-950d91cc9cc994cfa0009ab21442b643ced5d986.zip
nixos/tests: include the etcd-cluster test in all-tests.nix
We seem to have had this test for quite a while, but nothing seems to
reference it.
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 2f527bfa090..665a75e47da 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -77,6 +77,7 @@ in
   elk = handleTestOn ["x86_64-linux"] ./elk.nix {};
   env = handleTest ./env.nix {};
   etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
+  etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};
   ferm = handleTest ./ferm.nix {};
   firefox = handleTest ./firefox.nix {};
   firewall = handleTest ./firewall.nix {};