Change in docker-playground[master]: fixup ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases

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

fixeria gerrit-no-reply at lists.osmocom.org
Thu Aug 13 11:35:44 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/19624 )


Change subject: fixup ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases
......................................................................

fixup ttcn3-bts-test/jenkins.sh: enable frequency hopping test cases

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(-)



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

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 7f1f9d9..df4f1f0 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -117,6 +117,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: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200813/fa4f57d3/attachment.htm>


More information about the gerrit-log mailing list