Merge remote-tracking branch 'goog/upstream-master' into bill-nos-merge

* goog/upstream-master:
  faceauth_tests: no longer check HAT for ResetLockout if user not locked out

Bug: 138660660
Test: bazel, release tests
Change-Id: I87495f9de1c8c9abd078f684f0b6cada467473f0
tree: 38eec5403ca9f05f178eab0446932356533f6c04
  1. scripts/
  2. src/
  3. tools/
  4. .bazelrc
  5. .checkpatch.conf
  6. .clang-format
  7. .gitignore
  8. Android.bp
  9. BUILD
  10. LICENSE
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. NOTICE
  14. OWNERS
  15. README.md
  16. WORKSPACE
README.md

Citadel Test Harness

This project houses the code needed to run tests from a host connected to the citdadel chip.

Requirements

  • Software
  • bazel
  • build-essential
  • gcc-arm-none-eabi
  • Hardware
  • FPGA test setup with ultradebug or Citadel test board

Quickstart

The command to run the tests from a host machine is:

bazel run runtests

On Android run:

mmma -jnproc external/nos Make sure verity is disabled and the system partion is remounted then run: adb sync adb citadel_integration_tests