Add CSFB TestSuite

This commit is contained in:
Sukchan Lee 2019-07-11 21:56:34 +09:00
parent cb369daaea
commit 19a01bdda4
1 changed files with 13 additions and 0 deletions

View File

@ -48,3 +48,16 @@ volte-test : SUCCESS
All tests passed.
])
AT_CLEANUP
AT_SETUP([csfb])
AT_KEYWORDS([csfb])
AT_CHECK_UNQUOTED(
[$abs_top_builddir/tests/testcsfb -f $abs_top_builddir/tests/sample-csfb.conf],
[0], [dnl
mo-idle-test : SUCCESS
mt-idle-test : SUCCESS
mo-active-test : SUCCESS
mt-active-test : SUCCESS
All tests passed.
])
AT_CLEANUP