aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-13 13:26:51 +0000
committerHarald Welte <laforge@gnumonks.org>2018-03-13 13:26:51 +0000
commitf08dadbf5f0c3076c2258bd330297daf83a4cbb9 (patch)
tree328ddb8c299475aeb14f53bdd3cd5299f4764ee4
parenta59c18da015f4f341e92be312e6762fd1347f537 (diff)
Add *.control to the [EXECUTE] statement of all ttcn3 test suites
In osmo-ttcn3-hacks, we have removed the *.control from the *.default files, so let's add it here in the config files. You can now change the tests to be executed by simply editing the config here.
-rw-r--r--ggsn-test/GGSN_Tests.cfg1
-rw-r--r--ttcn3-bsc-test/BSC_Tests.cfg1
-rw-r--r--ttcn3-bts-test/BTS_Tests.cfg1
-rw-r--r--ttcn3-hlr-test/HLR_Tests.cfg1
-rw-r--r--ttcn3-msc-test/MSC_Tests.cfg1
-rw-r--r--ttcn3-sgsn-test/SGSN_Tests.cfg1
6 files changed, 6 insertions, 0 deletions
diff --git a/ggsn-test/GGSN_Tests.cfg b/ggsn-test/GGSN_Tests.cfg
index d832853..3833d53 100644
--- a/ggsn-test/GGSN_Tests.cfg
+++ b/ggsn-test/GGSN_Tests.cfg
@@ -18,3 +18,4 @@ GGSN_Tests.m_ggsn_ip_gtpu := "172.18.3.201"
GGSN_Tests.m_ggsn_ip4_dns1 := "172.18.3.201"
[EXECUTE]
+GGSN_Tests.control
diff --git a/ttcn3-bsc-test/BSC_Tests.cfg b/ttcn3-bsc-test/BSC_Tests.cfg
index 7efc89a..ca2b76c 100644
--- a/ttcn3-bsc-test/BSC_Tests.cfg
+++ b/ttcn3-bsc-test/BSC_Tests.cfg
@@ -23,3 +23,4 @@ BSC_Tests.mp_bssap_cfg := {
[MAIN_CONTROLLER]
[EXECUTE]
+BSC_Tests.control
diff --git a/ttcn3-bts-test/BTS_Tests.cfg b/ttcn3-bts-test/BTS_Tests.cfg
index eaff93c..423525d 100644
--- a/ttcn3-bts-test/BTS_Tests.cfg
+++ b/ttcn3-bts-test/BTS_Tests.cfg
@@ -16,3 +16,4 @@ L1CTL_PortType.m_l1ctl_sock_path := "/data/unix/osmocom_l2"
[MAIN_CONTROLLER]
[EXECUTE]
+BTS_Tests.control
diff --git a/ttcn3-hlr-test/HLR_Tests.cfg b/ttcn3-hlr-test/HLR_Tests.cfg
index e97d3c8..b8aa886 100644
--- a/ttcn3-hlr-test/HLR_Tests.cfg
+++ b/ttcn3-hlr-test/HLR_Tests.cfg
@@ -13,3 +13,4 @@ HLR_Tests.mp_hlr_ip := "172.18.10.20"
[MAIN_CONTROLLER]
[EXECUTE]
+HLR_Tests.control
diff --git a/ttcn3-msc-test/MSC_Tests.cfg b/ttcn3-msc-test/MSC_Tests.cfg
index 0979f5c..b91fb11 100644
--- a/ttcn3-msc-test/MSC_Tests.cfg
+++ b/ttcn3-msc-test/MSC_Tests.cfg
@@ -28,3 +28,4 @@ MSC_Tests.mp_mgw_ip := "172.18.1.103";
[MAIN_CONTROLLER]
[EXECUTE]
+MSC_Tests.control
diff --git a/ttcn3-sgsn-test/SGSN_Tests.cfg b/ttcn3-sgsn-test/SGSN_Tests.cfg
index 243ee9b..ea193ef 100644
--- a/ttcn3-sgsn-test/SGSN_Tests.cfg
+++ b/ttcn3-sgsn-test/SGSN_Tests.cfg
@@ -21,3 +21,4 @@ SGSN_Tests.mp_ggsn_ip := "172.18.8.103"
[MAIN_CONTROLLER]
[EXECUTE]
+SGSN_Tests.control