diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-12-11 20:25:12 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-12-11 21:35:06 +0100 |
commit | 72bd4eb3b9e674d771d911e27cacb45468d51487 (patch) | |
tree | b5f5b170841055ddfe663c6fc2611214ef8611d8 /tests/testsuite.at | |
parent | d318e6160795ac8c339e27d521248144c841f113 (diff) |
lapdm: Create a simple test case to transmit data between both ends
This is testing the establishment of two ends (BTS, MS) one is in
the polling mode as used by osmo-bts. Transfer data between the two
ends. The sent data is not verified though. This should be followed
up soon.
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r-- | tests/testsuite.at | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at index a503c5db..6aae04d4 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -59,3 +59,9 @@ AT_KEYWORDS([auth]) cat $abs_srcdir/auth/milenage_test.ok > expout AT_CHECK([$abs_top_builddir/tests/auth/milenage_test], [], [expout], [ignore]) AT_CLEANUP + +AT_SETUP([lapd]) +AT_KEYWORDS([lapd]) +cat $abs_srcdir/lapd/lapd_test.ok > expout +AT_CHECK([$abs_top_builddir/tests/lapd/lapd_test], [], [expout], [ignore]) +AT_CLEANUP |