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

Commit d75233ad 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

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



Change-Id: I14f9b5cea71ee62f4a5f46130c315f66a34d9cab
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cb34a1dc 5e31b043
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+";
    }