summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-02 14:17:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-11-02 14:17:31 -0500
commit4853306993c7d57df234b40246eb523311fc88b5 (patch)
treef18adfdf6c5ef8477a23971d6d6dd9d0ec5d6496 /tools
parente579d4060b8760754c76cb31b7fa08a3d7fdb7c6 (diff)
downloadofono-4853306993c7d57df234b40246eb523311fc88b5.tar.bz2
stktest: Add Poll Interval test sequence 1.1
Diffstat (limited to 'tools')
-rw-r--r--tools/stktest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/stktest.c b/tools/stktest.c
index edab8a5a..bad15721 100644
--- a/tools/stktest.c
+++ b/tools/stktest.c
@@ -4402,6 +4402,11 @@ static void __stktest_test_init(void)
test_play_tone_61c,
expect_response_and_finish,
5.0, 6.0);
+ stktest_add_test("Poll Interval 1.1", NULL,
+ poll_interval_111, sizeof(poll_interval_111),
+ poll_interval_response_111,
+ sizeof(poll_interval_response_111),
+ NULL, expect_response_and_finish);
}
static void test_destroy(gpointer user_data)