Quellcode durchsuchen

tests: add several presence module to the 34.sh presence load test

Henning Westerholt vor 6 Jahren
Ursprung
Commit
6cb53228ff
2 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 2 1
      test/unit/34.cfg
  2. 1 1
      test/unit/34.sh

+ 2 - 1
test/unit/34.cfg

@@ -1,4 +1,4 @@
-loadmodule "tm/tm.so"
+loadmodule "tm.so"
 loadmodule "sl.so"
 loadmodule "usrloc.so"
 loadmodule "presence.so"
@@ -15,6 +15,7 @@ loadmodule "presence_dialoginfo.so"
 loadmodule "rr.so"
 loadmodule "dialog.so"
 loadmodule "pua_dialoginfo.so"
+loadmodule "pua_rpc.so"
 loadmodule "pv.so"
 
 modparam("xmpp", "xmpp_host", "example.invalid");

+ 1 - 1
test/unit/34.sh

@@ -34,7 +34,7 @@ if ! (check_kamailio && check_module "db_mysql" && check_module "presence" \
 		&& check_module "pua_usrloc" \
 		&& check_module "pua_xmpp" && check_module "xmpp" \
 		&& check_module "presence_dialoginfo" && check_module "pua_dialoginfo" \
-		&& check_mysql); then
+		&& check_module "pua_rpc" && check_mysql); then
 	exit 0
 fi ;