commit | a246251ef36cdb5c5e09bdc55323d71a21c7fbea | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Dec 16 05:52:26 2024 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 16 05:52:26 2024 -0800 |
tree | 0c9da15282f80984e90839566dd657c2fb2d41c7 | |
parent | 12265ad0a018f6920e1bfb630e11de63cba53303 [diff] | |
parent | e31ea40e42469d82bdfadaa537ae328251887521 [diff] |
Merge "Run VmAttestationTests for vendor API >= 202504" into main
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)