Files
OpenCellular/cts/hook/cts.testlist
Daisuke Nojiri 4c23fa01df eCTS: Convert hook test suite to current format
This patch updates the hook test suite so that it can be run
within the current framework.

BUG=chromium:736047
BRANCH=none
TEST=cts.py -m hook
test name    TH_RETURN_CODE DUT_RETURN_CODE TH_STR DUT_STR RESULT
test_init_hook       SUCCESS       SUCCESS      1       1   PASS
test_ticks           SUCCESS       SUCCESS      1       1   PASS
test_priority        SUCCESS       SUCCESS      1       1   PASS
test_deferred        SUCCESS       SUCCESS      1       1   PASS

Change-Id: I3e7f29da61e794b06b03241f3d7706c2db94b5be
Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/545084
2017-06-27 15:52:05 -07:00

24 lines
411 B
Plaintext

/* Copyright 2017 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/*
* Test HOOK_INIT
*/
CTS_TEST(test_init_hook,,,,)
/*
* Test HOOK_TICK and HOOK_SECOND
*/
CTS_TEST(test_ticks,,,,)
/*
* Test hook priority
*/
CTS_TEST(test_priority,,,,)
/*
* Test deferred calls
*/
CTS_TEST(test_deferred,,,,)