commit | e6d1ccde9c6286dc7d7112aa65ea2b4263e89e7b | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Nov 25 09:17:01 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Thu Dec 01 08:12:38 2022 +0000 |
tree | ecc9c6774a54da84461ff5df74d64b4e7d449ca6 | |
parent | 49bdf79bc54c3e6b916f6009094c41000883cf97 [diff] |
[test] Add e2e test skeleton for kernel image verification in pvmfw The test is supposed to check that when the kernel image is signed with a different key, pvmfw should exit, that is, VM cannot boot from the user's perspective. As this verification is not yet implemented, this test checks that pvmfw starts and runs the kernel for now. Bug: 256148034 Test: atest MicrodroidHostTests Change-Id: I3b10fc990671ebec670185e7b391a72f74cd43f5
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.