Change in osmo-ttcn3-hacks[master]: BTS_Tests: execute TC_dyn_osmo_pdch_{tchh, sdcch8}_race_act last

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Tue Oct 5 20:39:10 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25695 )


Change subject: BTS_Tests: execute TC_dyn_osmo_pdch_{tchh,sdcch8}_race_act last
......................................................................

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
---
M bts/BTS_Tests.ttcn
1 file changed, 5 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/95/25695/1

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 6753eec..cf47d33 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -7981,8 +7981,6 @@
 	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 @@
 	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() );
 }
 
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25695
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I167a9e6eb2e3fe1d9c73994c428d8419074d96c3
Gerrit-Change-Number: 25695
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211005/878d9a6d/attachment.htm>


More information about the gerrit-log mailing list