Change in osmo-ci[master]: osmo-gsm-tester: Point config parameter to file instead of its dirname

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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue May 12 12:53:08 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/18202 )

Change subject: osmo-gsm-tester: Point config parameter to file instead of its dirname
......................................................................

osmo-gsm-tester: Point config parameter to file instead of its dirname

Since osmo-gsm-tester.git Change-Id Ieca65b71b543c44cfcec8e83efd0fe053c432e55,
the -c parameter holds the config file and not the directory where it is contained.

Change-Id: I9aca57c4dd3180367eb17ec92177b90a9c411a6a
---
M jobs/osmo-gsm-tester-runner.yml
M jobs/osmo-gsm-tester_ttcn3.sh
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved; Verified



diff --git a/jobs/osmo-gsm-tester-runner.yml b/jobs/osmo-gsm-tester-runner.yml
index 788f057..041ef93 100644
--- a/jobs/osmo-gsm-tester-runner.yml
+++ b/jobs/osmo-gsm-tester-runner.yml
@@ -236,7 +236,7 @@
             docker run --rm=true \
               -e HOME=/build \
               -e JOB_NAME="$JOB_NAME" \
-              -e OSMO_GSM_TESTER_CONF="/build/osmo-gsm-tester/sysmocom" \
+              -e OSMO_GSM_TESTER_CONF="/build/osmo-gsm-tester/sysmocom/main.conf" \
               -e OSMO_GSM_TESTER_OPTS="$OSMO_GSM_TESTER_OPTS" \
               -e BUILD_NUMBER="$BUILD_NUMBER" \
               -w /build -i \
diff --git a/jobs/osmo-gsm-tester_ttcn3.sh b/jobs/osmo-gsm-tester_ttcn3.sh
index cb973fd..c844d22 100644
--- a/jobs/osmo-gsm-tester_ttcn3.sh
+++ b/jobs/osmo-gsm-tester_ttcn3.sh
@@ -2,7 +2,7 @@
 set -e -x
 
 # On our hardware, we actually use the ttcn3 configuration as-is.
-export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom/ttcn3"
+export OSMO_GSM_TESTER_CONF="$PWD/osmo-gsm-tester/sysmocom/ttcn3/main.conf"
 
 # debug: provoke a failure
 #export OSMO_GSM_TESTER_OPTS="-s debug -t fail"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/18202
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I9aca57c4dd3180367eb17ec92177b90a9c411a6a
Gerrit-Change-Number: 18202
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200512/50c07f8c/attachment.htm>


More information about the gerrit-log mailing list