TT#71804 Increase kamailio proxy children to 5 during tests execution

Change-Id: I81931aefbd7000aafd13c648799e4696d2ddb286
mr9.0.1
Marco Capetta 6 years ago
parent a6fd138d9b
commit 5872ecbfd0

@ -65,7 +65,7 @@ export BASE_DIR
if ! "${SKIP_CONFIG}" ; then
export PERL5LIB="${BASE_DIR}/lib"
echo "add configuration for tests"
./bin/config_debug.pl -g "${GROUP}" on
./bin/config_debug.pl -c 5 -g "${GROUP}" on
(
cd /etc/ngcp-config || true
ngcpcfg apply "k-c-t ${GROUP} on"

@ -312,7 +312,7 @@ mkdir -p "${MLOG_DIR}" "${LOG_DIR}"
if ! "${SKIP_CONFIG}" ; then
echo "$(date) - Setting config debug on"
"${BIN_DIR}/config_debug.pl" -g "${GROUP}" on ${DOMAIN}
"${BIN_DIR}/config_debug.pl" -c 5 -g "${GROUP}" on ${DOMAIN}
if [ "${PROFILE}" == "PRO" ]; then
echo "$(date) - Exec pid_watcher with timeout[${TIMEOUT}]"
( timeout "${TIMEOUT}" "${BIN_DIR}/pid_watcher.py" ${PIDWATCH_OPTS} )&

Loading…
Cancel
Save