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.
wip/yesman
edef 5 years ago
parent 8578d7ab80
commit 950d91cc9c
  1. 1
      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 {};

Loading…
Cancel
Save