aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bsc-test/jenkins.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-14 19:04:17 +0000
committerHarald Welte <laforge@gnumonks.org>2018-02-14 19:06:46 +0000
commitc1694826e4234144e35991c7b2c7623412583f0f (patch)
treec4b73355d3b7cd140f6f85cc9810d56eba5eac1e /ttcn3-bsc-test/jenkins.sh
parentb7e818d8abec66cd5faf3a954fef9d18b85677a3 (diff)
Use new split config file + tcpdump support of osmo-ttcn3-hacks
This uses osmo-ttcn3-hacks Change-Id I3db452e24e5238aa05254d903739c64d202e61db, which introduces some shared/common config file as well as per-testcase pcap file generation.
Diffstat (limited to 'ttcn3-bsc-test/jenkins.sh')
-rwxr-xr-xttcn3-bsc-test/jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index aa74baf..e816371 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -38,6 +38,7 @@ done
echo Starting container with BSC testsuite
docker run --rm \
--network $NET_NAME --ip 172.18.2.203 \
+ -e "TTCN3_PCAP_PATH=/data" \
-v $VOL_BASE_DIR/bsc-tester:/data \
--name ${BUILD_TAG}-ttcn3-bsc-test \
$REPO_USER/ttcn3-bsc-test