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

dexter gerrit-no-reply at lists.osmocom.org
Tue Apr 23 14:49:33 UTC 2019


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/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 pci socket are then skipped by the testsuite.

However, the tests TC_dyn_ipa_pdch_act_deact and
TC_dyn_ipa_pdch_act_tchf_act_nack are also accessing the pcu socket,
lets also exclude them when no pcu socket is available.

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



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

diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index aaf6b70..0d0899a 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -4316,6 +4316,8 @@
 		execute( TC_pcu_data_req_imm_ass_pch() );
 		execute( TC_pcu_rach_content() );
 		execute( TC_pcu_paging_from_rsl() );
+		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");
 	}
@@ -4325,10 +4327,8 @@
 	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/13748
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I735b85d2ff3f541ebf0a558735d6172d69e7c29f
Gerrit-Change-Number: 13748
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190423/9aaf3df0/attachment.htm>


More information about the gerrit-log mailing list