faceauth_tests: fix tests to have valid embeddings

Change our test vectors to something that has expected magnitude

Bug: 135763682
Test: bazel, coral
Change-Id: I08a68122f9d0e825179c6458531bc2f6dfa48504
Signed-off-by: Ji Soo Shin <jisshin@google.com>
1 file changed
tree: 61364ca191050afb7b043f5884603f4922dfe684
  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. README.md
  15. 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