• Home
Name Date Size #Lines LOC

..--

vm/04-Jul-2025-120112

Android.bpD04-Jul-20252.1 KiB8882

AndroidTest.xmlD04-Jul-20253.9 KiB5737

README.mdD04-Jul-2025848 2718

trusty-test_vm-config-arm64.jsonD04-Jul-2025208 98

trusty-test_vm-config-x86_64.jsonD04-Jul-2025185 87

trusty-ut-ctrl.shD04-Jul-2025712 181

trusty-vm-launcher.shD04-Jul-2025821 214

trusty-wait-ready.shD04-Jul-20251.1 KiB4027

README.md

1## test_vm
2
3The Trusty test_vm ought to include the test TAs for the Trusted HALs,
4defined under hardware/interfaces/security/see:
5
6- AuthMgr
7- Secure Storage
8- HWCrypto
9- HDCP
10
11The Trusty test_vm also includes the VINTF test which allows to check the vendor
12support of the Trusted HALs (version and API hash), against the expected
13compatibility matrix for a given Android Dessert Release.
14
15### instructions
16
17`atest -s <device-serial-port> VtsSeeHalTargetTest
18
19### test_vm console
20
21The test_vm console can be retrieved from `/data/local/tmp/trusty_test_vm/logs/console.log`.
22The script `trusty-vm-laucher.sh` uses `/apex/com.android.virt/bin/vm run` with the option
23`--console` to store the console log.
24
25This log can be consulted when the tests are running and will be uploaded
26by the Tradefed FilePullerLogCollector runner (see AndroidTest.xml).
27