commit | c6a5f2ff49b859a89e3362412105f4acbd1f384c | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Sep 07 13:48:12 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Wed Sep 07 13:48:12 2022 +0100 |
tree | 258f0789aff96ca2967a90cc7d2d9342c91f78c4 | |
parent | 2a3537d175c8d112011a91e9fceb510df7671a24 [diff] |
Fix skipping testBootEnableAndDisablePKVM (take 2) The string that the assumption looks for is actually printed on stderr, not stdout as the code currently expects. As a result, the test was skipped as expected on _pkvm builds, but also unexpectedly on all other builds as well. Bug: 236799228 Bug: 244769139 Test: atest AVFHostTestCases on oriole_pkvm-userdebug Change-Id: Ic28c4594277520841c7eface9dcf0e8998e5e0a4
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.