commit | 6614bc78324839ec8ae6b85818881af57f0a314f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Dec 19 11:38:33 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 19 11:38:33 2024 -0800 |
tree | c68bcf739388b6fbef38853bbe63f78b4c339d63 | |
parent | e8d5cf3bbe1a377ce487139a496a5f0a98f6ba23 [diff] | |
parent | 401574d38bb56d3803c978eed8790d65e6bd0d25 [diff] |
Merge "Correct the DICE support VTS VSR index" into main am: dfb6303f8b am: 401574d38b Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3417082 Change-Id: I3023db4ed1d813b664ac9a5238ae73f7e1638f13 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/testapk/src/java/com/android/microdroid/test/MicrodroidTests.java b/tests/testapk/src/java/com/android/microdroid/test/MicrodroidTests.java index e6ac490..9c66765 100644 --- a/tests/testapk/src/java/com/android/microdroid/test/MicrodroidTests.java +++ b/tests/testapk/src/java/com/android/microdroid/test/MicrodroidTests.java
@@ -1298,6 +1298,7 @@ @Test @CddTest(requirements = {"9.17/C-1-1", "9.17/C-2-7"}) + @VsrTest(requirements = {"VSR-7.1-001.005"}) public void bccIsSuperficiallyWellFormed() throws Exception { assumeSupportedDevice(); @@ -1342,7 +1343,7 @@ } @Test - @VsrTest(requirements = {"VSR-7.1-001.004"}) + @VsrTest(requirements = {"VSR-7.1-001.005"}) public void protectedVmHasValidDiceChain() throws Exception { // This test validates two things regarding the pVM DICE chain: // 1. The DICE chain is well-formed that all the entries conform to the DICE spec.