summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2019-06-15 12:16:28 +0300
committerIzorkin <izorkin@elven.pw>2019-08-20 10:24:47 +0300
commit691da63cbaf24fd3ef01a32195fa7f88d2546861 (patch)
treefbfa902ee69612446f3ce360b4145ebc49da402a /nixos/tests/all-tests.nix
parent189c4de9bf988fc5c47c71ba017623ba49cc6695 (diff)
downloadnixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.tar
nixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.tar.gz
nixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.tar.bz2
nixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.tar.lz
nixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.tar.xz
nixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.tar.zst
nixpkgs-691da63cbaf24fd3ef01a32195fa7f88d2546861.zip
nixos/tests: move ejabberd and prosody test to xmpp folder
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 912e4f55231..c00cf30e91e 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -73,7 +73,7 @@ in
   #ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
   ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};
   ecryptfs = handleTest ./ecryptfs.nix {};
-  ejabberd = handleTest ./ejabberd.nix {};
+  ejabberd = handleTest ./xmpp/ejabberd.nix {};
   elk = handleTestOn ["x86_64-linux"] ./elk.nix {};
   env = handleTest ./env.nix {};
   etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
@@ -209,7 +209,7 @@ in
   prometheus = handleTest ./prometheus.nix {};
   prometheus2 = handleTest ./prometheus-2.nix {};
   prometheus-exporters = handleTest ./prometheus-exporters.nix {};
-  prosody = handleTest ./prosody.nix {};
+  prosody = handleTest ./xmpp/prosody.nix {};
   proxy = handleTest ./proxy.nix {};
   quagga = handleTest ./quagga.nix {};
   quake3 = handleTest ./quake3.nix {};