Change in docker-playground[master]: ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg

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

laforge gerrit-no-reply at lists.osmocom.org
Thu Aug 13 19:27:39 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/19624 )

Change subject: ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg
......................................................................

ttcn3-bts-test/fh: fix: properly include BTS_Tests.cfg

Include the correct configuration file, not the one from the image.

Change-Id: Iecae5cddfbbce4c3bc4077c6c09f527914c06e4b
Related: SYS#4868, OS#4546
---
M ttcn3-bts-test/fh/BTS_Tests.cfg
M ttcn3-bts-test/jenkins.sh
2 files changed, 4 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  fixeria: Verified



diff --git a/ttcn3-bts-test/fh/BTS_Tests.cfg b/ttcn3-bts-test/fh/BTS_Tests.cfg
index e0c3dff..74bface 100644
--- a/ttcn3-bts-test/fh/BTS_Tests.cfg
+++ b/ttcn3-bts-test/fh/BTS_Tests.cfg
@@ -1,5 +1,5 @@
 [ORDERED_INCLUDE]
-"/osmo-ttcn3-hacks/bts/BTS_Tests.cfg"
+"BTS_Tests.cfg.inc"
 
 [LOGGING]
 *.JUnitLogger.filename_stem := "junit-xml-hopping"
diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index 544825c..0f907ac 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -120,6 +120,9 @@
 		"$VOL_BASE_DIR/bts-tester-generic/BTS_Tests.cfg"
 fi
 
+cp $VOL_BASE_DIR/bts-tester-generic/BTS_Tests.cfg \
+   $VOL_BASE_DIR/bts-tester-hopping/BTS_Tests.cfg.inc
+
 mkdir $VOL_BASE_DIR/bsc
 cp osmo-bsc.cfg $VOL_BASE_DIR/bsc/
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/19624
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Iecae5cddfbbce4c3bc4077c6c09f527914c06e4b
Gerrit-Change-Number: 19624
Gerrit-PatchSet: 4
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy 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/20200813/23b81a63/attachment.htm>


More information about the gerrit-log mailing list