aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-08-25 10:29:11 +0000
committerNeels Hofmeyr <neels@hofmeyr.de>2020-08-25 10:29:11 +0000
commit3648f4bb0b70eac16cddb3bf894eba99b9e4edc6 (patch)
tree98e756b6c0bd94ec25241a77d1bd5b55671fab60
parent01257aa5a4f266fd6c755579d9496c3d30814109 (diff)
disable tests, pcuneels/cbsp
-rw-r--r--pcu/PCU_Tests.ttcn7
-rw-r--r--pcu/PCU_Tests_NS.ttcn3
2 files changed, 10 insertions, 0 deletions
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 1c77256e..c8f7d987 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -2330,6 +2330,12 @@ testcase TC_pcuif_fh_pkt_ass_dl() runs on RAW_PCU_Test_CT {
}
control {
+ if (true) {
+ execute( TC_paging_cs_from_bts() );
+ execute( TC_paging_cs_from_sgsn_sign_ptmsi() );
+ execute( TC_paging_cs_from_sgsn_sign() );
+ execute( TC_paging_cs_from_sgsn_ptp() );
+ } else {
execute( TC_pcuif_suspend() );
execute( TC_ta_ptcch_idle() );
execute( TC_ta_rach_imm_ass() );
@@ -2380,6 +2386,7 @@ control {
execute( TC_pcuif_fh_pkt_ass_ul() );
execute( TC_pcuif_fh_pkt_ass_dl() );
}
+ }
}
diff --git a/pcu/PCU_Tests_NS.ttcn b/pcu/PCU_Tests_NS.ttcn
index b1c8f381..91c65255 100644
--- a/pcu/PCU_Tests_NS.ttcn
+++ b/pcu/PCU_Tests_NS.ttcn
@@ -403,6 +403,8 @@ testcase TC_ns_so_block() runs on RAW_Test_CT {
control {
+ if (true) {
+ } else {
execute( TC_ns_reset() );
execute( TC_ns_reset_retrans() );
execute( TC_ns_alive() );
@@ -411,6 +413,7 @@ control {
execute( TC_ns_unblock_retrans() );
execute( TC_ns_full_bringup() );
execute( TC_ns_so_block() );
+ }
}
}