From 6870d873451f6d8356b939d8f622206bcee8df13 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Mon, 29 Oct 2018 17:30:41 +0100 Subject: 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 --- ttcn3-bscnat-test/BSCNAT_Tests.cfg | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ttcn3-bscnat-test/BSCNAT_Tests.cfg (limited to 'ttcn3-bscnat-test/BSCNAT_Tests.cfg') 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 -- cgit v1.2.3