faceauth: use authenticator id

This test doesn't do anything except making sure that the test still
passes. I want to add more extensive tests and major refactoring, which
I opened a bug for. It will come soon after this week's push.

Bug: 128111918
Test: bazel
Change-Id: Ia9333997e82bb6be4a0b1e4cd5dac005254f7b41
Signed-off-by: Ji Soo Shin <jisshin@google.com>
1 file changed
tree: 5371f2464687e9c65994ed7e854deac01723c1f2
  1. scripts/
  2. src/
  3. tools/
  4. .checkpatch.conf
  5. .clang-format
  6. .gitignore
  7. Android.bp
  8. BUILD
  9. LICENSE
  10. METADATA
  11. MODULE_LICENSE_APACHE2
  12. NOTICE
  13. README.md
  14. 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