aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-06-07 02:45:50 +0200
committerHarald Welte <laforge@gnumonks.org>2018-06-07 17:05:41 +0000
commit5cb01655c5103d3b916c119cada1a3a6a10956cc (patch)
treea2ab1fc9e55bd198642566efe81ef84b5a0fa25e /tests/testsuite.at
parent39a1d10c11b17eec9b8a2708f1d3b91890dec650 (diff)
tests: remove bssap_test
Rationale: - All it does is compose four Paging Requests and feed it into the osmo-bsc bssap_udt, and expects the cell identifier to be decoded properly. - To do so it employs a comparatively huge linking effort. This linking effort is becoming annoying in my ongoing work and is just not worth it. - We have comprehensive cell identifier tests in ttcn3, verifying that the proper cells are paged, and that actually for *all* cell identifier types. Change-Id: I07cf23b66de36cfa1142a11b9f85e9c0190ee314
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 07bd85f8a..974af895d 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -38,13 +38,6 @@ cat $abs_srcdir/nanobts_omlattr/nanobts_omlattr_test.ok > expout
AT_CHECK([$abs_top_builddir/tests/nanobts_omlattr/nanobts_omlattr_test], [], [expout], [ignore])
AT_CLEANUP
-AT_SETUP([bssap])
-AT_KEYWORDS([bssap])
-cat $abs_srcdir/bssap/bssap_test.ok > expout
-cat $abs_srcdir/bssap/bssap_test.err > experr
-AT_CHECK([$abs_top_builddir/tests/bssap/bssap_test], [], [expout], [experr])
-AT_CLEANUP
-
AT_SETUP([handover test 0])
AT_KEYWORDS([handover])
cat $abs_srcdir/handover/handover_test.ok > expout