osmo-ci/jobs/osmo-gsm-tester_run-gerrit.sh

15 lines
476 B
Bash
Raw Normal View History

#!/bin/sh
set -e -x
# On our hardware, we actually use the example configuration as-is.
export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/example"
# debug: provoke a failure
#export OSMO_GSM_TESTER_OPTS="-s debug -t fail"
unlink osmo-gsm-tester/example/resources.conf || true
ln -s resources.conf.prod osmo-gsm-tester/example/resources.conf
export OSMO_GSM_TESTER_OPTS="-s sms:sysmo -s aoip_sms:sysmo -s gprs:sysmo"
./osmo-gsm-tester/contrib/jenkins-make-check-and-run.sh