From 3648f4bb0b70eac16cddb3bf894eba99b9e4edc6 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 25 Aug 2020 10:29:11 +0000 Subject: disable tests, pcu Change-Id: I7bde9b90a85d5f407d80e6684d8c4d81a602a81f --- pcu/PCU_Tests.ttcn | 7 +++++++ pcu/PCU_Tests_NS.ttcn | 3 +++ 2 files changed, 10 insertions(+) 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() ); + } } } -- cgit v1.2.3