stktest: Add Poll Interval test sequence 1.1

This commit is contained in:
Denis Kenzior 2012-11-02 14:17:31 -05:00
parent e579d4060b
commit 4853306993
1 changed files with 5 additions and 0 deletions

View File

@ -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)