commit | 7fc99e6c5e03bccc7d461a86c46b1a03b34a547b | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Thu Jul 08 13:16:40 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Fri Jul 09 13:40:12 2021 -0700 |
tree | 83f703eb784796d40fa8578ed23bd4dbd568c80f | |
parent | 0d2a2a24550ceaeb2183f5f5e47a7e2a3ff5f669 [diff] |
Merge AuthFsHostTest into MicrodroidTestCase In the meantime, in order to reduce the amount of testing time, boot the VM once in AuthFsTestCase. This is possible through @BeforeClassWithInfo. The new DeviceRunner class intends to generalize shell command execution to ITestDevice. Later when the VM can be represented as an ITestDevice, we can easily run a command in the same way. Bug: 191056545 Bug: 182478337 Test: atest MicrodroidHostTestCases # succeeded in 7:50 on CF Change-Id: I680a9ef00c345a2f4d7773412c7f0ebd767aab15
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.