aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bts-test/jenkins.sh
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-15 18:55:12 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-02-06 19:45:31 +0100
commitfd3883f3b1513943d35232bcecac18d702d82a82 (patch)
tree32acebbcb3c653e14a0b493830c38475031d50af /ttcn3-bts-test/jenkins.sh
parent17b594502068dc4b28fa57ca087afe4170180e58 (diff)
Diffstat (limited to 'ttcn3-bts-test/jenkins.sh')
-rwxr-xr-xttcn3-bts-test/jenkins.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index 325e564..e572481 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -92,7 +92,7 @@ mkdir $VOL_BASE_DIR/bts-tester/unix
cp BTS_Tests.cfg $VOL_BASE_DIR/bts-tester/
mkdir $VOL_BASE_DIR/bsc
-cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/
+cp osmo-bsc-alltcch.cfg $VOL_BASE_DIR/bsc/osmo-bsc.cfg
mkdir $VOL_BASE_DIR/bts
mkdir $VOL_BASE_DIR/bts/unix
@@ -110,6 +110,7 @@ start_fake_trx
start_trxcon
start_testsuite
+foo() {
# 2) some GPRS tests require virt_phy
echo "Changing to virtphy configuration"
# switch from osmo-bts-trx + trxcon + faketrx to virtphy + osmo-bts-virtual
@@ -135,8 +136,10 @@ start_trxcon
# ... and execute the testsuite again with different cfg
cp oml/BTS_Tests.cfg $VOL_BASE_DIR/bts-tester/
start_testsuite
+}
echo Stopping containers
+docker container kill ${BUILD_TAG}-bsc
docker container kill ${BUILD_TAG}-trxcon
docker container kill ${BUILD_TAG}-fake_trx
docker container kill ${BUILD_TAG}-bts