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