Merge "Fix test assumption for KeyMint+RKP integration" am: 86d2173992 am: 555a0103ff am: 5e31b04350

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

Change-Id: I14f9b5cea71ee62f4a5f46130c315f66a34d9cab
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-02-17 18:35:52 +00:00
committed by Automerger Merge Worker

View File

@@ -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+";
}