commit | 0dcf10c4e2c80c1f4c92932cc4c6ec89022ee318 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Jan 18 16:43:19 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Jan 18 17:56:08 2023 +0000 |
tree | ae5a03e2ce0eb103ec92d9d734deca9632c60274 | |
parent | 8aca6f99aad58c6fccde6e4a5b568099d5f38141 [diff] |
MicrodroidTests: only run methods required for this test case Running all the TestService methods for each test case makes tests less robust, since they might fail for the reason not related to the feature the test case is testing. Instead, move them to only call the TestService methods that are required for this test case. Test: atest MicrodroidTestApp Change-Id: I6cf9594f3a57e3d51f7400eaf96ea1af3b949abe
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.