summaryrefslogtreecommitdiff
path: root/test/fpsensor_hw.c
Commit message (Collapse)AuthorAgeFilesLines
* fingerprint: validate the expected hwidKevin Shelton2022-03-111-3/+16
| | | | | | | | | | | | | | | | | | | BUG=b:187134801 BRANCH=none TEST=Passed using dragonclaw v0.2 and servo_micro: ./test/run_device_tests.py -t fpsensor_hw --flasher=servo_micro, ./test/run_device_tests.py --flasher=servo_micro; Passed using icetower v0.2 and servo_micro: ./test/run_device_tests.py -t fpsensor_hw --flasher=servo_micro --board dartmonkey; Change-Id: I7a3e99eccfcd828a72b12d8570c1cf7ed4fdd7fc Signed-off-by: Kevin Shelton <kmshelton@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3275004 Reviewed-by: Andrew Luo <aluo@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
* fingerprint: Add test that reads hwidKevin Shelton2021-05-081-0/+27
BUG=b:157576189 BRANCH=none TEST=make buildall -j, Using dragonclaw v0.2 and servo_micro: ./test/run_device_test.py -t fpsensor_hw --flasher=servo_micro, Using icetower and servo_micro: ./test/run_device_test.py -t fpsensor_wh --flasher=servo_micro --board dartmonkey; note: the testrunner hung after printing Test "fpsensor_hw": PASSED, but this hang seems unrelated Cq-Depend: chromium:2872432 Change-Id: I2a3b31776cd40d7f0b422f4845869953b8f07249 Signed-off-by: Kevin Shelton <kmshelton@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2314101 Reviewed-by: Tom Hughes <tomhughes@chromium.org>