aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-07-27 14:59:29 +0200
committerlynxis lazus <lynxis@fe80.eu>2021-08-12 02:11:26 +0000
commit79606cfcbc6195e43c0f3fd628a4f071eb4ada60 (patch)
treeef0434f4690d8bf475fe6ea3383f5ca6d5bf40f1
parent5eeebaa97431d294d9752d891cd96b24470d6606 (diff)
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
-rw-r--r--ns/NS_Tests.ttcn5
1 files changed, 3 insertions, 2 deletions
diff --git a/ns/NS_Tests.ttcn b/ns/NS_Tests.ttcn
index af28cf16..d42ef8c7 100644
--- a/ns/NS_Tests.ttcn
+++ b/ns/NS_Tests.ttcn
@@ -475,7 +475,7 @@ testcase TC_alive_retries_single_no_resp() runs on RAW_Test_CT {
/* 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 @@ control {
}
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() );