aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bscnat-test/BSCNAT_Tests.cfg
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-10-29 17:30:41 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-11-09 17:22:05 +0100
commit6870d873451f6d8356b939d8f622206bcee8df13 (patch)
treeff26662ff763e9fb9351b7b1e70206224ff63fcd /ttcn3-bscnat-test/BSCNAT_Tests.cfg
parentf8edc56f3ad51945b176717290248d3c02d2e6ca (diff)
Add ttcn3-bscnat-test docker image
Run the bscnat ttcn3 tests in docker. This uses the osmo-nitb-master image since osmo-bsc_nat is built there as well. Change-Id: Ibeebb0325d3d1976225666eb28db0741df2e66f0
Diffstat (limited to 'ttcn3-bscnat-test/BSCNAT_Tests.cfg')
-rw-r--r--ttcn3-bscnat-test/BSCNAT_Tests.cfg30
1 files changed, 30 insertions, 0 deletions
diff --git a/ttcn3-bscnat-test/BSCNAT_Tests.cfg b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
new file mode 100644
index 0000000..e45061d
--- /dev/null
+++ b/ttcn3-bscnat-test/BSCNAT_Tests.cfg
@@ -0,0 +1,30 @@
+[ORDERED_INCLUDE]
+"/osmo-ttcn3-hacks/Common.cfg"
+"/osmo-ttcn3-hacks/bsc-nat/BSCNAT_Tests.default"
+
+[LOGGING]
+*.JUnitLogger.testsuite_name := "BSCNAT_Tests"
+
+[TESTPORT_PARAMETERS]
+
+[MODULE_PARAMETERS]
+mp_bsc_port := 49999;
+mp_bsc_ip := "172.18.11.203";
+mp_msc_port := 5100;
+mp_msc_ip := "172.18.11.203";
+mp_nat_port := 5000;
+mp_nat_ip := "172.18.11.20";
+
+#mp_ipa_mgcp_uses_osmo_ext := true;
+
+mp_mgcp_uses_udp := true;
+mp_callagent_ip := "172.18.11.203";
+mp_callagent_udp_port := 2727;
+mp_mgw_ip := "172.18.11.20";
+mp_mgw_udp_port := 2427;
+
+[MAIN_CONTROLLER]
+
+[EXECUTE]
+BSCNAT_Tests.control
+#BSCNAT_Tests.TC_recv_dump