Change in osmo-ttcn3-hacks[master]: BTS_Tests: skip tests that need PCU socket access

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Jan 12 13:15:54 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/13748 )

Change subject: BTS_Tests: skip tests that need PCU socket access
......................................................................

BTS_Tests: skip tests that need PCU socket access

Some tests need direct access to the pcu socket, however, when working
with hardware bts this socket is not always available. The tests that
depend on the pcu socket are then skipped by the testsuite.

The following tests are not automatically excluded, but require direct
PCU access. Lets exclude them as well:

- TC_dyn_osmo_pdch_act_deact
- TC_dyn_osmo_pdch_double_act
- TC_dyn_ipa_pdch_act_deact
- TC_dyn_ipa_pdch_act_tchf_act_nack

Change-Id: I735b85d2ff3f541ebf0a558735d6172d69e7c29f
Related: OS#3863
---
M bts/BTS_Tests.ttcn
1 file changed, 5 insertions(+), 4 deletions(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 3683306..7fa1af6 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -6465,19 +6465,20 @@
 		execute( TC_pcu_socket_connect_si3gprs() );
 		execute( TC_pcu_socket_disconnect_nosi3gprs() );
 		execute( TC_pcu_socket_verify_info_ind() );
+		execute( TC_dyn_osmo_pdch_act_deact() );
+		execute( TC_dyn_osmo_pdch_double_act() );
+		execute( TC_dyn_ipa_pdch_act_deact() );
+		execute( TC_dyn_ipa_pdch_act_tchf_act_nack() );
+
 	} else {
 		log("PCU socket path not available, skipping PCU tests");
 	}
 
-	execute( TC_dyn_osmo_pdch_act_deact() );
 	execute( TC_dyn_osmo_pdch_unsol_deact() );
-	execute( TC_dyn_osmo_pdch_double_act() );
 	execute( TC_dyn_osmo_pdch_tchf_act() );
 	execute( TC_dyn_osmo_pdch_tchh_act() );
-	execute( TC_dyn_ipa_pdch_act_deact() );
 	execute( TC_dyn_ipa_pdch_tchf_act() );
 	execute( TC_dyn_ipa_pdch_tchf_act_pdch_act_nack() );
-	execute( TC_dyn_ipa_pdch_act_tchf_act_nack() );
 
 	execute( TC_rll_est_ind() );
 	execute( TC_rll_est_req_DCCH_3() );

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/13748
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: I735b85d2ff3f541ebf0a558735d6172d69e7c29f
Gerrit-Change-Number: 13748
Gerrit-PatchSet: 5
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200112/e1133936/attachment.htm>


More information about the gerrit-log mailing list