commit | 8fcc8b91c56e2479f0c96ae029a9a1792b4045ae | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Jul 13 13:04:41 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Jul 14 12:37:21 2023 +0100 |
tree | 88af3a0c19be4361e34bd42a88e47af3c02a17a4 | |
parent | 07034763ad421f9bbea9c6020169541570799f60 [diff] |
Run tests on both pVMs and non-pVMS We have some tests that were only running on non-protected VMs. But some systems only support protected VMs and so couldn't run them. For such tests, unless the test really is specific to non-protected, run them on both protected & non-protected. (An alternative would be to just pick one available flavour for each test, but I think having maximal coverage on both is a good thing.) I've verified this works on a device supporting both, and that it still works if I temporarily disable non-protected VMs. Bug: 290727698 Test: atest MicrodroidHostTestCases Change-Id: I0f33b6c4b98e753b9ca20ec5a2767e5b5a2c16f0
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.