summaryrefslogtreecommitdiff
path: root/cts/gpio
diff options
context:
space:
mode:
authorChris Chen <twothreecc@google.com>2016-07-22 11:20:45 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-09 12:43:19 -0700
commit40908f6f4fde6642637dc2b0269daf78d47b3844 (patch)
tree4ccfd5f0ffbfe77a6ea40c7f15ca9f3eb62e65fc /cts/gpio
parent3b24f8ac3f13969b745bae6239d2b7780d6e79cf (diff)
downloadchrome-ec-40908f6f4fde6642637dc2b0269daf78d47b3844.tar.gz
cts: Added corruption detection
If test suite doesn't finish or results are received out of order, this is likely an indication of reset or hang by one of the boards and all tests after the point of corruption are marked as corrupted. BRANCH=None BUG=None TEST=Manual - Edit the gpio th code to change ordering of tests or hang or reset, etc. - Build and flash tests - Run './cts/cts.py -r' - You should see the results for all of the tests, with all corrupted tests marked as corrupted Change-Id: I7925e37db285a4e90e6e09bf3b187400ddfe9edf Reviewed-on: https://chromium-review.googlesource.com/362614 Commit-Ready: Chris Chen <twothreecc@google.com> Tested-by: Chris Chen <twothreecc@google.com> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'cts/gpio')
-rw-r--r--cts/gpio/cts.testlist2
1 files changed, 2 insertions, 0 deletions
diff --git a/cts/gpio/cts.testlist b/cts/gpio/cts.testlist
index 8a6656db1d..e59be1c7ce 100644
--- a/cts/gpio/cts.testlist
+++ b/cts/gpio/cts.testlist
@@ -3,6 +3,8 @@
* found in the LICENSE file.
*/
+/* Currently tests will execute in the order they are listed here */
+
/* Test whether sync completes successfully */
CTS_TEST(sync_test)
/* Check if the dut can set a line low */