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
Thu Aug 12 02:11:27 UTC 2021


lynxis lazus has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



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: 2
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210812/8ce327e7/attachment.htm>


More information about the gerrit-log mailing list