aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-04-16 16:52:22 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2021-07-14 23:52:50 +0200
commit6a5506b4af87f81fc14b599908157b0c72038905 (patch)
tree23646fb1bf6ea8b89fc492fcee1bea9f59505958
parent9888cebee5331791bea82af83e9ccc65568e94b2 (diff)
tmp disable tests
-rw-r--r--bsc/BSC_Tests.ttcn4
-rw-r--r--bsc/BSC_Tests_CBSP.ttcn3
-rw-r--r--bsc/BSC_Tests_LCLS.ttcn3
3 files changed, 10 insertions, 0 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 7342831f..a42d0220 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -9294,6 +9294,9 @@ testcase TC_reassignment_fr() runs on test_CT {
control {
+ if (true) {
+ execute( TC_reassignment_fr() );
+ } else {
/* CTRL interface testing */
execute( TC_ctrl_msc_connection_status() );
execute( TC_ctrl_msc0_connection_status() );
@@ -9577,6 +9580,7 @@ control {
execute( TC_refuse_mode_modif_to_vamos() );
execute( TC_reassignment_fr() );
+ }
}
}
diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn
index 6dd5bb71..409c5fe6 100644
--- a/bsc/BSC_Tests_CBSP.ttcn
+++ b/bsc/BSC_Tests_CBSP.ttcn
@@ -861,6 +861,8 @@ testcase TC_cbsp_emerg_write_bts_cgi_cchan_disable() runs on cbsp_test_CT {
control {
+ if (true) {
+ } else {
execute( TC_cbsp_bsc_server() );
execute( TC_cbsp_bsc_server_ipv6() );
execute( TC_cbsp_bsc_client() );
@@ -887,6 +889,7 @@ control {
execute( TC_cbsp_emerg_write_bts_cgi_dchan() );
execute( TC_cbsp_emerg_write_bts_cgi_cchan() );
execute( TC_cbsp_emerg_write_bts_cgi_cchan_disable() );
+ }
}
diff --git a/bsc/BSC_Tests_LCLS.ttcn b/bsc/BSC_Tests_LCLS.ttcn
index 9771087a..a7ea43cb 100644
--- a/bsc/BSC_Tests_LCLS.ttcn
+++ b/bsc/BSC_Tests_LCLS.ttcn
@@ -738,6 +738,8 @@ testcase TC_lcls_connect_clear() runs on lcls_test_CT {
control {
+ if (true) {
+ } else {
execute( TC_lcls_gcr_only() );
execute( TC_lcls_gcr_bway_connect() );
@@ -754,6 +756,7 @@ control {
execute( TC_lcls_bts_gcr_bway_connect() );
execute( TC_lcls_bts_gcr_bway_connect_hr() );
execute( TC_lcls_bts_connect_break() );
+ }
}