aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-08-20 17:52:58 +0900
committerGitHub <noreply@github.com>2019-08-20 17:52:58 +0900
commit0f32b32c959faeab40c84ca84b0da471f650115a (patch)
tree1b7aabfeab4a264712d301677e434bb9d5b6aac8 /nixos/tests/all-tests.nix
parent1f80baeed4fa89f91f6829800c7911ccd32995ce (diff)
parent89c69bfb797885c3bb84c19e18f6f2c515550a10 (diff)
Merge pull request #63150 from Izorkin/prosody-test
nixos/tests/prosody: update prosody tests
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 45ddf27c85e..234609adbc0 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -74,7 +74,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 {};
@@ -221,7 +221,8 @@ 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 {};
+ prosodyMysql = handleTest ./xmpp/prosody-mysql.nix {};
proxy = handleTest ./proxy.nix {};
quagga = handleTest ./quagga.nix {};
quake3 = handleTest ./quake3.nix {};