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
1 file changed
tree: 988c7d3b90f54ebd16a1a62875a8cc0eca154663
  1. apex/
  2. apkdmverity/
  3. apkverify/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. idsig/
  9. javalib/
  10. launcher/
  11. microdroid/
  12. microdroid_manager/
  13. tests/
  14. virtualizationservice/
  15. vm/
  16. vmconfig/
  17. zipfuse/
  18. .clang-format
  19. Android.bp
  20. OWNERS
  21. PREUPLOAD.cfg
  22. README.md
  23. TEST_MAPPING
README.md

Virtualization

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.