commit | a204c761c805ccae74cc8b2e5d7bed8987937914 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Sep 14 17:27:12 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Sep 14 17:27:12 2021 +0900 |
tree | 988c7d3b90f54ebd16a1a62875a8cc0eca154663 | |
parent | 64d96fb60240eebfcac8baa62d8776257465f7ff [diff] |
Change the name of the dm device for the correct_custom_roothash test Each tests in apkdmverity.test creates a device mapper block device having a specific name. Since the name is a global resource, multiple tests shouldn't share the same name, otherwise a run of a test might affect a run of another test. The newly added test `correct_custom_roothash` incorrectly used the name 'correct' which is already being used by `correct_inputs`. Use a different name. Bug: 199801708 Test: monitor TH Change-Id: Ie2d297b817da7a2a8edd0b7e23c9b5ce4843d598
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.