unplugged-vendor/tools/security/remote_provisioning/attestation_testing
2025-10-06 13:59:42 +00:00
..
java/com/google/attestationexample Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
res Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.bp Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
AndroidManifest.xml Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
attestation_test_host.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Run the following commands to run this attestation test on device. From the root of the tree:
> . build/envsetup.sh
> lunch <<your_device_target>>
> m AttestationTestTool
> python tools/security/remote_provisioning/attestation_testing/attestation_test_host.py

Any failures found during execution will be printed to the terminal in the format of:
> AttestationFail: <<Description of failure>>