commit | d97228381bc81557aaa1a00112f4202bb5457c91 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Dec 16 06:48:48 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 16 06:48:48 2024 -0800 |
tree | 65f2f62e0167c2cce852f1f82951dc9dab56d176 | |
parent | c5f97e8e7ee4fbfa35c04a40b92bbc0c7fa63a41 [diff] | |
parent | 567cc44cf7f48c8c2b8c1f17685451ec65f5f4d7 [diff] |
Merge "Run VmAttestationTests for vendor API >= 202504" into main am: a246251ef3 am: 567cc44cf7 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3345806 Change-Id: Ia190755de089f3108d1265cde896abd8daf59887 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/vm_attestation/src/java/com/android/virt/vm_attestation/testapp/VmAttestationTests.java b/tests/vm_attestation/src/java/com/android/virt/vm_attestation/testapp/VmAttestationTests.java index ce23b7b..f9cd78d 100644 --- a/tests/vm_attestation/src/java/com/android/virt/vm_attestation/testapp/VmAttestationTests.java +++ b/tests/vm_attestation/src/java/com/android/virt/vm_attestation/testapp/VmAttestationTests.java
@@ -68,9 +68,7 @@ assume().withMessage("Remote attestation is not supported on CF.") .that(isCuttlefish()) .isFalse(); - assume().withMessage("Test needs Remote Attestation support") - .that(getVirtualMachineManager().isRemoteAttestationSupported()) - .isTrue(); + ensureVmAttestationSupported(); VirtualMachineConfig.Builder builder = newVmConfigBuilderWithPayloadBinary(VM_PAYLOAD_PATH)