commit | 4386ffd7c769a8e374edd2e60080aaabacf7fdf7 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Fri Sep 22 14:18:46 2023 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Mon Oct 09 11:17:03 2023 +0000 |
tree | 53d0c85e9d5808ee6cb29cec007a9a73d8ca6b83 | |
parent | 6ef6c1f6eb3dffeba02dea2c69625cac0c94f9dc [diff] |
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)
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.