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.
This commit is contained in:
Harald Welte 2018-03-13 13:26:51 +00:00
parent a59c18da01
commit f08dadbf5f
6 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -23,3 +23,4 @@ BSC_Tests.mp_bssap_cfg := {
[MAIN_CONTROLLER]
[EXECUTE]
BSC_Tests.control

View File

@ -16,3 +16,4 @@ L1CTL_PortType.m_l1ctl_sock_path := "/data/unix/osmocom_l2"
[MAIN_CONTROLLER]
[EXECUTE]
BTS_Tests.control

View File

@ -13,3 +13,4 @@ HLR_Tests.mp_hlr_ip := "172.18.10.20"
[MAIN_CONTROLLER]
[EXECUTE]
HLR_Tests.control

View File

@ -28,3 +28,4 @@ MSC_Tests.mp_mgw_ip := "172.18.1.103";
[MAIN_CONTROLLER]
[EXECUTE]
MSC_Tests.control

View File

@ -21,3 +21,4 @@ SGSN_Tests.mp_ggsn_ip := "172.18.8.103"
[MAIN_CONTROLLER]
[EXECUTE]
SGSN_Tests.control