Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4609d73 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix test assumption for KeyMint+RKP integration" am: 86d21739 am:...

Merge "Fix test assumption for KeyMint+RKP integration" am: 86d21739 am: 555a0103 am: 5e31b043 am: d75233ad

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2439538



Change-Id: Ieb81cd54cc7705f2d3b0e4c5e0267adc1806b706
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4aac5829 d75233ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1214,7 +1214,7 @@ TEST_P(NewKeyGenerationTest, RsaWithRkpAttestation) {
 * that has been generated using an associate IRemotelyProvisionedComponent.
 */
TEST_P(NewKeyGenerationTest, EcdsaWithRkpAttestation) {
    if (get_vsr_api_level() < 32 || AidlVersion() < 2) {
    if (get_vsr_api_level() <= 32 || AidlVersion() < 2) {
        GTEST_SKIP() << "Only required for VSR 12+ and KeyMint 2+";
    }