BTS_Tests: execute TC_dyn_osmo_pdch_{tchh,sdcch8}_race_act last

These test cases can potentially break the IUT or cause weird/unexpected
behavior.  Ensure that they are executed last, not affecting the others.

Change-Id: I167a9e6eb2e3fe1d9c73994c428d8419074d96c3
Fixes: I3b602ac9dbe0ab3e80eb30de573c9b48a79872d8
Related: OS#5245
This commit is contained in:
Vadim Yanitskiy 2021-10-06 02:36:22 +06:00
parent 64043d8bae
commit 46f199271e
1 changed files with 5 additions and 2 deletions

View File

@ -7981,8 +7981,6 @@ control {
execute( TC_dyn_osmo_pdch_tchf_act() );
execute( TC_dyn_osmo_pdch_tchh_act() );
execute( TC_dyn_osmo_pdch_sdcch8_act() );
execute( TC_dyn_osmo_pdch_tchh_race_act() );
execute( TC_dyn_osmo_pdch_sdcch8_race_act() );
execute( TC_dyn_ipa_pdch_tchf_act() );
execute( TC_dyn_ipa_pdch_tchf_act_pdch_act_nack() );
@ -8027,6 +8025,11 @@ control {
execute( TC_speech_rtp_tchh() );
execute( TC_early_immediate_assignment() );
/* BEWARE: these test cases can potentially break the IUT or cause
* weird/unexpected behavior. Ensure that they are executed last. */
execute( TC_dyn_osmo_pdch_tchh_race_act() );
execute( TC_dyn_osmo_pdch_sdcch8_race_act() );
}