disable tests, pcu

Change-Id: I7bde9b90a85d5f407d80e6684d8c4d81a602a81f
This commit is contained in:
Neels Hofmeyr 2020-08-25 10:29:11 +00:00
parent 01257aa5a4
commit 3648f4bb0b
2 changed files with 10 additions and 0 deletions

View File

@ -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() );
}
}
}

View File

@ -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() );
}
}
}