Don't test unspecified behavior

VirtualMachineConfig#isCompatibleWith is defined to reject some
differences, and allow others, but in many cases doesn't specify what
the implementation should do.

Remove the test for one of the unspecified cases, since there are
valid implementations that treat it in different ways.

This CL should not merge to main as the code and test there has
changed; the Merged-In below refers to the commit that changed it.

Bug: 323448288
Bug: 321184334
Test: atest MicrodroidTests#compatibleConfigTests
Change-Id: Ib7b33c8e313ff7ae5c9616a6d4d67ffb5d57b174
Merged-In: I384360b0d19013b12da338af95cbc5ae104fa983
1 file changed
tree: b77e8baf108831d81284d9267af62de1bc6ca014
  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.