Change in docker-playground[master]: bsc: enable LCS tests for normal bsc master tests

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 Oct 15 05:54:23 UTC 2020


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

Change subject: bsc: enable LCS tests for normal bsc master tests
......................................................................

bsc: enable LCS tests for normal bsc master tests

Change-Id: I3394f391a6068ab8afeafa329b69a8ae4ad05cd9
---
M ttcn3-bsc-test/BSC_Tests.cfg
M ttcn3-bsc-test/jenkins.sh
2 files changed, 6 insertions(+), 1 deletion(-)

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



diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 9460f47..2a9b435 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -49,7 +49,7 @@
 		rctx := 3
 	}
 };
-BSC_Tests.mp_enable_lcs_tests := false;
+BSC_Tests.mp_enable_lcs_tests := true;
 BSC_Tests.mp_bssap_le_cfg := {
 	sccp_service_type := "mtp3_itu",
 	sctp_addr := { 23908, "172.18.2.203", 2905, "172.18.2.200" },
diff --git a/ttcn3-bsc-test/jenkins.sh b/ttcn3-bsc-test/jenkins.sh
index e8cade8..cba378e 100755
--- a/ttcn3-bsc-test/jenkins.sh
+++ b/ttcn3-bsc-test/jenkins.sh
@@ -38,6 +38,11 @@
 	sed -i "s/^BSC_Tests.mp_media_mgw_offer_ipv6.*/BSC_Tests.mp_media_mgw_offer_ipv6 := false;/" $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
 fi
 
+# Disable LCS tests until osmo-bsc > 1.6.0
+if [ "$IMAGE_SUFFIX" = "latest" ]; then
+	sed -i 's/^BSC_Tests.mp_enable_lcs_tests.*/BSC_Tests.mp_enable_lcs_tests := false;/' $VOL_BASE_DIR/bsc-tester/BSC_Tests.cfg
+fi
+
 SUBNET=2
 network_create $SUBNET
 

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I3394f391a6068ab8afeafa329b69a8ae4ad05cd9
Gerrit-Change-Number: 20649
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201015/a403e145/attachment.htm>


More information about the gerrit-log mailing list