commit | 5387c9ec16bd7dc77698bad4d55c74c1dbb011ca | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Jul 22 15:56:15 2022 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Mon Jul 25 10:51:14 2022 +0100 |
tree | 84abd0a3d8e8da26d3b6c98b3dbec1e58e06a3d1 | |
parent | f9fe9a0a9ccfecb4d310ed8cb4edb8aafd8d8424 [diff] |
Move isCuttlefish() to helper classes We skip some tests when running on Cuttlefish, typically because nested virtualization is too slow and the tests time out, but logic has been duplicated across multiple test files. Clean things up by adding a new common host/device helper VirtualizationTestHelper and make both the MicrodroidHostTestCaseBase and MicrodroidDeviceTestBase share the same logic. Test: m MicrodroidTestApp ComposBenchmarkApp MicrodroidHostTestCases Change-Id: Ibb9d25fc40818ffeb971d366dea409f8ee55ef48
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.