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.
This commit is contained in:
edef 2019-07-09 23:46:21 +00:00
parent 8578d7ab80
commit 950d91cc9c

View file

@ -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 {};