Skip to content

Changes

Summary

  1. ttcn3-*-test/jenkins*.sh: add $DOCKER_ARGS (details)
Commit f48c09d3bc528d3531be72bf472a204a8fa6e3f4 by Oliver Smith
ttcn3-*-test/jenkins*.sh: add $DOCKER_ARGS

Allow to pass options to each "docker run" line in the various
jenkins.sh scripts. I'm using this to run the testsuites and Osmocom
components in docker with the same configurations as jenkins, but with
Osmocom and testsuite binaries built outside and mounted into the
containers:

DOCKER_ARGS="-v /usr/local:/usr/local:ro -v $hacks:/osmo-ttcn3-hacks:ro"

This allows very short test cycles without a second set of configs. The
full script that makes use of this feature is in osmo-dev.git,
ttcn3/ttcn3.sh.

Change-Id: I8d1f78aee926f8f6ec0b704e16639bc83f525816
The file was modified ttcn3-sccp-test/jenkins.sh
The file was modified ttcn3-ggsn-test/jenkins.sh
The file was modified ttcn3-pcu-test/jenkins.sh
The file was modified ttcn3-bsc-test/jenkins-sccplite.sh
The file was modified ttcn3-msc-test/jenkins.sh
The file was modified ttcn3-hlr-test/jenkins.sh
The file was modified ttcn3-sgsn-test/jenkins.sh
The file was modified ttcn3-pcu-test/jenkins-sns.sh
The file was modified ttcn3-bsc-test/jenkins.sh
The file was modified ttcn3-bscnat-test/jenkins.sh
The file was modified ttcn3-bts-test/jenkins.sh
The file was modified ttcn3-remsim-test/jenkins.sh
The file was modified ttcn3-mgw-test/jenkins.sh
The file was modified ttcn3-sip-test/jenkins.sh
The file was modified ttcn3-stp-test/jenkins.sh