[PATCH] docker-playground[master]: ttcn3-{mgw, ggsn}-test: use VOL_BASE_DIR from jenkins-common.sh

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu May 3 12:27:08 UTC 2018


Review at  https://gerrit.osmocom.org/7991

ttcn3-{mgw,ggsn}-test: use VOL_BASE_DIR from jenkins-common.sh

Do not brush over VOL_BASE_DIR with a new temp dir, since jenkins-common.sh has
already figured out where these should run.

Should fix jenkins job build failures for mgw and ggsn, after the merge of
I8cf6014725ae8ba602be5f3ec31dfb8e49ff993e.

Change-Id: Iee034df93bf8e8b995262749cf4654886032af2b
---
M ttcn3-ggsn-test/jenkins.sh
M ttcn3-mgw-test/jenkins.sh
2 files changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/91/7991/1

diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index 487da31..2da6aed 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -2,7 +2,6 @@
 
 . ../jenkins-common.sh
 
-VOL_BASE_DIR=`mktemp -d`
 mkdir $VOL_BASE_DIR/ggsn-tester
 cp GGSN_Tests.cfg $VOL_BASE_DIR/ggsn-tester/
 
diff --git a/ttcn3-mgw-test/jenkins.sh b/ttcn3-mgw-test/jenkins.sh
index 7933e1c..ee624b9 100755
--- a/ttcn3-mgw-test/jenkins.sh
+++ b/ttcn3-mgw-test/jenkins.sh
@@ -2,7 +2,6 @@
 
 . ../jenkins-common.sh
 
-VOL_BASE_DIR=`mktemp -d`
 mkdir $VOL_BASE_DIR/mgw-tester
 cp MGCP_Test.cfg $VOL_BASE_DIR/mgw-tester/
 

-- 
To view, visit https://gerrit.osmocom.org/7991
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee034df93bf8e8b995262749cf4654886032af2b
Gerrit-PatchSet: 1
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list