Skip changingDebuggability related tests on Non-pVM

These are boot tests (more precisely, they test that VM does not boot)
when debuggability is changed. Debuggability changes the initrd which is
verified by pvmfw. They dont make much sense in cases of non-protected
VM where pvmfw is not in boot seq.

Note: the test still pass for non-protected VM on devices without debug
policy, the reason for that is an extra apex 'adbd' is included in the
VM, which results in MicrodroidData 'mismatch' result in boot failure.
But that is not the point of the test.

Bug: 301014052
Test: atest #changingNonDebuggableVmDebuggableInvalidatesVmIdentity &
check that it is indeed skipped
Merged-In: Ic2818a8f513c778ad1f5217d3641398c8df1719d

Change-Id: Ic2818a8f513c778ad1f5217d3641398c8df1719d
(cherry picked from commit 2174d411d3735e03e00bfa4650db4795cc595545)
2 files changed
tree: 53d0c85e9d5808ee6cb29cec007a9a73d8ca6b83
  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.