commit | 6ef6c1f6eb3dffeba02dea2c69625cac0c94f9dc | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Jul 13 13:04:41 2023 +0100 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Tue Aug 08 12:22:58 2023 +0000 |
tree | d3f4a334cd27400d62fd0aa3772f57031acc0bd2 | |
parent | 5d0223c1448bcc0e9543025bf3fc10d177c9a742 [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 (cherry picked from https://android-review.googlesource.com/q/commit:8fcc8b91c56e2479f0c96ae029a9a1792b4045ae) Merged-In: I0f33b6c4b98e753b9ca20ec5a2767e5b5a2c16f0 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.