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
1 file changed
tree: d3f4a334cd27400d62fd0aa3772f57031acc0bd2
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. encryptedstore/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationmanager/
  17. virtualizationservice/
  18. vm/
  19. vm_payload/
  20. vmbase/
  21. vmclient/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. TEST_MAPPING
README.md

Virtualization

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.