summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-10-28 16:52:17 -0700
committerCommit Bot <commit-bot@chromium.org>2020-10-30 20:27:19 +0000
commita6ec60c2f392813f94e44bcceda6ab4c21d49101 (patch)
tree22a53f017fd5bb814e0964383c56f7e9fc6388d1 /test/run_device_tests.py
parent27797ea91d3eb47e732f4d3d3288129f4ff4b745 (diff)
downloadchrome-ec-a6ec60c2f392813f94e44bcceda6ab4c21d49101.tar.gz
test/fpsensor: Run the fpsensor test on device
BRANCH=none BUG=b:171370392 TEST=Using dragonclaw v0.2 and servo_micro: ./test/run_device_tests.py -t fpsensor Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Idc24d9bdd5574ca7099e97e86e3b49011844380c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2507951 Reviewed-by: Bhanu Prakash Maiya <bhanumaiya@google.com>
Diffstat (limited to 'test/run_device_tests.py')
-rwxr-xr-xtest/run_device_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index d8a5db5664..c236974af0 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -114,6 +114,8 @@ class AllTests:
TestConfig(name='flash_write_protect',
image_to_use=ImageType.RO,
toggle_power=True, enable_hw_write_protect=True),
+ 'fpsensor':
+ TestConfig(name='fpsensor'),
'mpu_ro':
TestConfig(name='mpu',
image_to_use=ImageType.RO,