From de36e33ecf8d7e376d36b68c4be0229d306006ad Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Fri, 23 Jun 2017 17:41:50 -0700 Subject: eCTS: Add I2C suite to run_ects.py This patch adds i2c suite to run_ects.py. It also adds checks for return values from i2c_read and i2c_write functions. BUG=chromium:653183 BRANCH=none TEST=Run run_ects.py and verify all test pass. Change-Id: Ie3d6e1e6f131235e2b28f39e1546c9cb4c3b92f6 Signed-off-by: Daisuke Nojiri Reviewed-on: https://chromium-review.googlesource.com/547024 Reviewed-by: Randall Spangler --- util/run_ects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/run_ects.py') diff --git a/util/run_ects.py b/util/run_ects.py index 981d23aa50..a633430113 100644 --- a/util/run_ects.py +++ b/util/run_ects.py @@ -12,7 +12,7 @@ import subprocess import sys # List of tests to run. -TESTS = ['meta', 'gpio', 'hook', 'interrupt', 'mutex', 'task', 'timer'] +TESTS = ['meta', 'gpio', 'hook', 'i2c', 'interrupt', 'mutex', 'task', 'timer'] class CtsRunner(object): -- cgit v1.2.1