Change in osmo-ttcn3-hacks[master]: ns2: rename TC_sns_config_success -> TC_sns_bss_config_success

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Fri Aug 6 20:14:34 UTC 2021


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


Change subject: ns2: rename TC_sns_config_success -> TC_sns_bss_config_success
......................................................................

ns2: rename TC_sns_config_success -> TC_sns_bss_config_success

SGSN test cases will be introduced later. Prefix all bss testcases

Change-Id: I56b074649e64d8e8469ff133d4f298ebf07707ae
---
M ns/NS_Tests.ttcn
1 file changed, 3 insertions(+), 2 deletions(-)



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

diff --git a/ns/NS_Tests.ttcn b/ns/NS_Tests.ttcn
index af28cf1..d42ef8c 100644
--- a/ns/NS_Tests.ttcn
+++ b/ns/NS_Tests.ttcn
@@ -475,7 +475,7 @@
 /* 48.016 SNS test cases */
 
 /* do a succesful SNS configuration */
-testcase TC_sns_config_success() runs on RAW_Test_CT {
+testcase TC_sns_bss_config_success() runs on RAW_Test_CT {
 	f_init_vty();
 	f_init_ns_codec(mp_nsconfig);
 	f_incoming_sns_size();
@@ -736,7 +736,8 @@
 	}
 
 	if (mp_dialect == NS2_DIALECT_SNS) {
-		execute( TC_sns_config_success() );
+		/* BSS test cases */
+		execute( TC_sns_bss_config_success() );
 		execute( TC_sns_bss_change_weight() );
 		execute( TC_sns_bss_change_weight_timeout() );
 		execute( TC_sns_bss_add() );

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25137
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: I56b074649e64d8e8469ff133d4f298ebf07707ae
Gerrit-Change-Number: 25137
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210806/c61f2678/attachment.htm>


More information about the gerrit-log mailing list