From 9452adcc33fe3daec6a2be25d4327203e4dee587 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 18 Apr 2018 17:58:01 +0200 Subject: tests: Add osmux2 testsuite This test is aimed at testing several specific scenarios related to how osmux manages in/out of osmux/rtp packets over time. Change-Id: I3bf59276424ea87c4e66a6ff46de1e3e9a06a904 --- tests/testsuite.at | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/testsuite.at') diff --git a/tests/testsuite.at b/tests/testsuite.at index 81d40ba..67b91c6 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -7,6 +7,12 @@ cat $abs_srcdir/osmux/osmux_test.ok > expout AT_CHECK([$abs_top_builddir/tests/osmux/osmux_test], [0], [expout], [ignore]) AT_CLEANUP +AT_SETUP([osmux_test2]) +AT_KEYWORDS([osmux_test2]) +cat $abs_srcdir/osmux/osmux_test2.ok > expout +AT_CHECK([$abs_top_builddir/tests/osmux/osmux_test2], [0], [expout], [ignore]) +AT_CLEANUP + AT_SETUP([jibuf_test]) AT_KEYWORDS([jibuf_test]) cat $abs_srcdir/jibuf/jibuf_test.ok > expout -- cgit v1.2.3