commit | b0106f8ce2070630c632d8e4de4f56164d54c210 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Fri Mar 03 16:11:08 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Sat Mar 04 15:53:25 2023 +0000 |
tree | 2d86ec73387f7b644548b67ca6c94407dd659b7c | |
parent | 8fbfb9e36f9adcc98f5487d30aec7b7ab3a28ab0 [diff] |
Fix PvmfwDebugPolicyHostTests#testRamdump If a device without new AVF debug policy (e.g. some lab devices), virtualizationmanager don't prepare ramdump for protected VM because virtualizationmanager reads empty debug policy. However, PvmfwDebugPolicyHostTests#testRamdump build custom pvmfw image with custom debug policy, so the test runs while pvmfw expects ramdump setup in the virtualizationmanager. This CL relaxes the condition for ramdump preparation, so ramdump is prepared when debug policy or debug level says so. Test: atest after erase AVF debug policy. Bug: 271527749 Change-Id: I1e140ffba4c0b49d6ddeb5f60e8d04f1c5e5e864
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.