From 317aba0226a2eb747b462c911fde09f870e87a43 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 23 May 2019 16:00:26 +0200 Subject: ttcn3-bscnat-test: Use unique sub-network 172.18.15.0/24 For some reason, the bscnat tests were using the same subnet as the sip-connector tests, causing address clashes when trying to execute both test suites simultaneously: + echo Creating network ttcn3-sip-test Creating network ttcn3-sip-test + docker network create --internal --subnet 172.18.11.0/24 ttcn3-sip-test Error response from daemon: Pool overlaps with other one on this address space Change-Id: I62b01b4b291ed9d729139fcf9b0102459e7f5a6a --- ttcn3-bscnat-test/BSCNAT_Tests.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ttcn3-bscnat-test/BSCNAT_Tests.cfg') diff --git a/ttcn3-bscnat-test/BSCNAT_Tests.cfg b/ttcn3-bscnat-test/BSCNAT_Tests.cfg index e45061d..d23178f 100644 --- a/ttcn3-bscnat-test/BSCNAT_Tests.cfg +++ b/ttcn3-bscnat-test/BSCNAT_Tests.cfg @@ -9,18 +9,18 @@ [MODULE_PARAMETERS] mp_bsc_port := 49999; -mp_bsc_ip := "172.18.11.203"; +mp_bsc_ip := "172.18.15.203"; mp_msc_port := 5100; -mp_msc_ip := "172.18.11.203"; +mp_msc_ip := "172.18.15.203"; mp_nat_port := 5000; -mp_nat_ip := "172.18.11.20"; +mp_nat_ip := "172.18.15.20"; #mp_ipa_mgcp_uses_osmo_ext := true; mp_mgcp_uses_udp := true; -mp_callagent_ip := "172.18.11.203"; +mp_callagent_ip := "172.18.15.203"; mp_callagent_udp_port := 2727; -mp_mgw_ip := "172.18.11.20"; +mp_mgw_ip := "172.18.15.20"; mp_mgw_udp_port := 2427; [MAIN_CONTROLLER] -- cgit v1.2.3