aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-bscnat-test/BSCNAT_Tests.cfg
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-05-23 16:00:26 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-23 16:00:26 +0200
commit317aba0226a2eb747b462c911fde09f870e87a43 (patch)
tree423943e7c3d4ee810f0507e588baff0df0e8aed9 /ttcn3-bscnat-test/BSCNAT_Tests.cfg
parent61f2be7bd4167aef069ce90820080cf16519d020 (diff)
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
Diffstat (limited to 'ttcn3-bscnat-test/BSCNAT_Tests.cfg')
-rw-r--r--ttcn3-bscnat-test/BSCNAT_Tests.cfg10
1 files changed, 5 insertions, 5 deletions
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]