From 2760585cca854b1ca5ac7e74b015e31c157a66c5 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 15 Jun 2018 23:57:30 +0700 Subject: msc_vlr_tests: don't abuse USSD-request to conclude connections Previously the '*#100#' USSD-request was abused in order to conclude the current subscriber connection. This makes the unit tests depend on each other, for example, if one break something in the GSM 09.11 implementation, a half of tests would fail. Moreover, the further changes in the GSM 09.11 implementation will make the results less predictable (i.e. session ID, etc.). So let's introduce a separate unit test with simple request- response logic, while more complex tests will be in TTCN. Change-Id: I40b4caac3113263f5a06c861dff5e10d43c319b5 --- tests/testsuite.at | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/testsuite.at') diff --git a/tests/testsuite.at b/tests/testsuite.at index 5307899c8..f27b60c48 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -92,3 +92,10 @@ cat $abs_srcdir/msc_vlr/msc_vlr_test_rest.ok > expout cat $abs_srcdir/msc_vlr/msc_vlr_test_rest.err > experr AT_CHECK([$abs_top_builddir/tests/msc_vlr/msc_vlr_test_rest], [], [expout], [experr]) AT_CLEANUP + +AT_SETUP([msc_vlr_test_ss]) +AT_KEYWORDS([msc_vlr_test_ss]) +cat $abs_srcdir/msc_vlr/msc_vlr_test_ss.ok > expout +cat $abs_srcdir/msc_vlr/msc_vlr_test_ss.err > experr +AT_CHECK([$abs_top_builddir/tests/msc_vlr/msc_vlr_test_ss], [], [expout], [experr]) +AT_CLEANUP -- cgit v1.2.3