[sr-dev] git:master:6cb53228: tests: add several presence module to the 34.sh presence load test

Henning Westerholt hw at kamailio.org
Wed Jan 2 12:52:05 CET 2019


Module: kamailio
Branch: master
Commit: 6cb53228ff3c71ca4636a3995ad4ee67894713ca
URL: https://github.com/kamailio/kamailio/commit/6cb53228ff3c71ca4636a3995ad4ee67894713ca

Author: Henning Westerholt <hw at kamailio.org>
Committer: Henning Westerholt <hw at kamailio.org>
Date: 2019-01-02T12:50:37+01:00

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

---

Modified: test/unit/34.cfg
Modified: test/unit/34.sh

---

Diff:  https://github.com/kamailio/kamailio/commit/6cb53228ff3c71ca4636a3995ad4ee67894713ca.diff
Patch: https://github.com/kamailio/kamailio/commit/6cb53228ff3c71ca4636a3995ad4ee67894713ca.patch

---

diff --git a/test/unit/34.cfg b/test/unit/34.cfg
index 473bf10cb5..58b2de3e47 100644
--- a/test/unit/34.cfg
+++ b/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");
diff --git a/test/unit/34.sh b/test/unit/34.sh
index adc821300a..7b318495b8 100755
--- a/test/unit/34.sh
+++ b/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 ;
 




More information about the sr-dev mailing list