From 19e907a44e09ad4eab9cf15b1db8a92044030264 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Tue, 22 Sep 2020 09:03:29 +0200 Subject: Remove commented TCs in the [execute] section Only keep the control statements, you can always get a list of TCs by executing the Test with -l The list wasn't always updated in the past so this also removes confusion about available test cases. Change-Id: Ide7d160e1914320c33fff60d5cc38ad243a237e9 --- bsc-nat/BSCNAT_Tests.cfg | 1 - bsc/BSC_Tests.cfg | 59 ------------------------------------------------ mgw/MGCP_Test.cfg | 22 ------------------ msc/MSC_Tests.cfg | 48 --------------------------------------- 4 files changed, 130 deletions(-) diff --git a/bsc-nat/BSCNAT_Tests.cfg b/bsc-nat/BSCNAT_Tests.cfg index c40957ad..8bb16766 100644 --- a/bsc-nat/BSCNAT_Tests.cfg +++ b/bsc-nat/BSCNAT_Tests.cfg @@ -24,4 +24,3 @@ [EXECUTE] BSCNAT_Tests.control -#BSCNAT_Tests.TC_recv_dump diff --git a/bsc/BSC_Tests.cfg b/bsc/BSC_Tests.cfg index 610e0f72..b44d3561 100644 --- a/bsc/BSC_Tests.cfg +++ b/bsc/BSC_Tests.cfg @@ -17,62 +17,3 @@ [EXECUTE] BSC_Tests.control BSC_Tests_CBSP.control -#BSC_Tests.TC_chan_act_noreply -#BSC_Tests.TC_chan_act_ack_noest -#BSC_Tests.TC_chan_act_ack_est_ind_noreply -#BSC_Tests.TC_chan_act_ack_est_ind_refused -#BSC_Tests.TC_chan_act_nack -#BSC_Tests.TC_chan_exhaustion -#BSC_Tests.TC_ctrl -#BSC_Tests.TC_chan_rel_rll_rel_ind -#BSC_Tests.TC_chan_rel_conn_fail -#BSC_Tests.TC_chan_rel_hard_clear -#BSC_Tests.TC_chan_rel_hard_rlsd -#BSC_Tests.TC_chan_rel_a_reset - -#BSC_Tests.TC_rll_est_ind_inact_lchan -#BSC_Tests.TC_rll_est_ind_inval_sapi1 -#BSC_Tests.TC_rll_est_ind_inval_sapi3 -#BSC_Tests.TC_rll_est_ind_inval_sacch - -#BSC_Tests.TC_outbound_connect -#BSC_Tests.TC_assignment_cic_only -#BSC_Tests.TC_assignment_csd -#BSC_Tests.TC_assignment_ctm -#BSC_Tests.TC_assignment_sign -#BSC_Tests.TC_assignment_fr_a5_0 -#BSC_Tests.TC_assignment_fr_a5_1_codec_missing -#BSC_Tests.TC_assignment_fr_a5_1 -#BSC_Tests.TC_assignment_fr_a5_3 -#BSC_Tests.TC_assignment_fr_a5_4 - -#BSC_Tests.TC_paging_imsi_nochan -#BSC_Tests.TC_paging_tmsi_nochan -#BSC_Tests.TC_paging_tmsi_any -#BSC_Tests.TC_paging_tmsi_sdcch -#BSC_Tests.TC_paging_tmsi_tch_f -#BSC_Tests.TC_paging_tmsi_tch_hf -#BSC_Tests.TC_paging_imsi_nochan_cgi -#BSC_Tests.TC_paging_imsi_nochan_lac_ci -#BSC_Tests.TC_paging_imsi_nochan_ci -#BSC_Tests.TC_paging_imsi_nochan_lai -#BSC_Tests.TC_paging_imsi_nochan_lac -#BSC_Tests.TC_paging_imsi_nochan_all -#BSC_Tests.TC_paging_imsi_nochan_plmn_lac_rnc -#BSC_Tests.TC_paging_imsi_nochan_rnc -#BSC_Tests.TC_paging_imsi_nochan_lac_rnc -#BSC_Tests.TC_paging_imsi_nochan_lacs -#BSC_Tests.TC_paging_imsi_nochan_lacs_empty -#BSC_Tests.TC_paging_imsi_a_reset -#BSC_Tests.TC_paging_imsi_load -#BSC_Tests.TC_paging_counter -#BSC_Tests.TC_paging_imsi_nochan_cgi_unknown_cid -#BSC_Tests.TC_rsl_drop_counter -#BSC_Tests.TC_classmark -#BSC_Tests.TC_unsol_ass_fail -#BSC_Tests.TC_unsol_ass_compl -#BSC_Tests.TC_unsol_ho_fail -#BSC_Tests.TC_err_82_short_msg -#BSC_Tests.TC_err_84_unknown_msg -#BSC_Tests.TC_ho_int -#BSC_Tests.TC_chopped_ipa_ping diff --git a/mgw/MGCP_Test.cfg b/mgw/MGCP_Test.cfg index 90d736be..dadff061 100644 --- a/mgw/MGCP_Test.cfg +++ b/mgw/MGCP_Test.cfg @@ -16,25 +16,3 @@ [EXECUTE] MGCP_Test.control -#MGCP_Test.TC_selftest -##MGCP_Test.TC_crcx -#MGCP_Test.TC_crcx_noprefix -#MGCP_Test.TC_crcx_unsupp_mode -#MGCP_Test.TC_crcx_early_bidir_mode -#MGCP_Test.TC_crcx_unsupp_param -#MGCP_Test.TC_crcx_missing_callid -#MGCP_Test.TC_crcx_missing_mode -#MGCP_Test.TC_crcx_unsupp_packet_intv -#MGCP_Test.TC_crcx_sdp -#MGCP_Test.TC_crcx_wildcarded -#MGCP_Test.TC_crcx_wildcarded_exhaust -#MGCP_Test.TC_mdcx_without_crcx -#MGCP_Test.TC_dlcx_without_crcx -#MGCP_Test.TC_mdcx_wildcarded -#MGCP_Test.TC_dlcx_wildcarded -#MGCP_Test.TC_crcx_and_dlcx_ep_callid_connid -#MGCP_Test.TC_crcx_and_dlcx_ep_callid -#MGCP_Test.TC_crcx_and_dlcx_ep -#MGCP_Test.TC_crcx_and_dlcx_ep_callid_inval -#MGCP_Test.TC_crcx_and_dlcx_ep_callid_connid_inval -#MGCP_Test.TC_crcx_and_dlcx_retrans diff --git a/msc/MSC_Tests.cfg b/msc/MSC_Tests.cfg index b852bac9..668f9ae8 100644 --- a/msc/MSC_Tests.cfg +++ b/msc/MSC_Tests.cfg @@ -16,51 +16,3 @@ [EXECUTE] MSC_Tests.control -#MSC_Tests.TC_cr_before_reset -#MSC_Tests.TC_lu_imsi_noauth_tmsi -#MSC_Tests.TC_lu_imsi_noauth_notmsi -#MSC_Tests.TC_lu_imsi_reject -#MSC_Tests.TC_lu_imsi_timeout_gsup -#MSC_Tests.TC_lu_imsi_auth_tmsi -#MSC_Tests.TC_cmserv_imsi_unknown -#MSC_Tests.TC_lu_and_mo_call -#MSC_Tests.TC_lu_auth_sai_timeout -#MSC_Tests.TC_lu_auth_sai_err -#MSC_Tests.TC_lu_clear_request -#MSC_Tests.TC_lu_disconnect -#MSC_Tests.TC_lu_by_imei -#MSC_Tests.TC_lu_by_tmsi_noauth_unknown -#MSC_Tests.TC_imsi_detach_by_imsi -#MSC_Tests.TC_imsi_detach_by_tmsi -#MSC_Tests.TC_imsi_detach_by_imei -#MSC_Tests.TC_emerg_call_imei_reject -#MSC_Tests.TC_emerg_call_imsi -#MSC_Tests.TC_cm_serv_req_vgcs_reject -#MSC_Tests.TC_cm_serv_req_vbs_reject -#MSC_Tests.TC_cm_serv_req_lcs_reject -#MSC_Tests.TC_cm_reest_req_reject -#MSC_Tests.TC_lu_auth_2G_fail -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_13 -#MSC_Tests.TC_cl3_no_payload -#MSC_Tests.TC_cl3_rnd_payload -#MSC_Tests.TC_establish_and_nothing -#MSC_Tests.TC_mo_setup_and_nothing -#MSC_Tests.TC_mo_crcx_ran_timeout -#MSC_Tests.TC_mo_crcx_ran_reject -#MSC_Tests.TC_mt_crcx_ran_reject -#MSC_Tests.TC_mt_t310 -#MSC_Tests.TC_gsup_cancel -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_1_13 -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_13 -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1 -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_3_1_no_cm -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_13_2 -#MSC_Tests.TC_lu_imsi_auth_tmsi_encr_013_2 -#MSC_Tests.TC_mo_release_timeout -#MSC_Tests.TC_lu_and_mt_call_no_dlcx_resp -#MSC_Tests.TC_reset_two -#MSC_Tests.TC_lu_and_mt_call -#MSC_Tests.TC_cipher_complete_with_invalid_cipher -#MSC_Tests.TC_cipher_complete_1_without_cipher -#MSC_Tests.TC_cipher_complete_3_without_cipher -#MSC_Tests.TC_cipher_complete_13_without_cipher -- cgit v1.2.3