commit | 531ac0dc27ee587532d53988a866a24d3e1080a8 | [log] [tgz] |
---|---|---|
author | Sudhin Mishra <sudhin@google.com> | Fri Feb 28 01:18:12 2025 +0000 |
committer | Armelle Laine <armellel@google.com> | Tue Mar 04 03:15:48 2025 +0000 |
tree | 230754f28dd7aaadb2763168a27d3638c0300332 | |
parent | a781e518d63e47bd5f1e02ce6736a2c476caa7fa [diff] |
trusty: test-vm: Fix image name mismatch in config file Bug: Test: Build/Run atest TrustyTestVM_UnitTests and check files on target. Change-Id: Icd3cf7920cd69d00a25d427b622c96fcda011d13
diff --git a/guest/trusty/test_vm/trusty-test_vm-config-arm64.json b/guest/trusty/test_vm/trusty-test_vm-config-arm64.json index 18b275e..af79d05 100644 --- a/guest/trusty/test_vm/trusty-test_vm-config-arm64.json +++ b/guest/trusty/test_vm/trusty-test_vm-config-arm64.json
@@ -1,6 +1,6 @@ { "name": "trusty_test_vm", - "kernel": "/data/local/tmp/trusty_test_vm/trusty_test_vm_.elf", + "kernel": "/data/local/tmp/trusty_test_vm/trusty_test_vm.elf", "platform_version": "1.0", "memory_mib": 112, "protected": true