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

Commit 6715fad7 authored by David Drysdale's avatar David Drysdale Committed by Automerger Merge Worker
Browse files

Disable KeyMint -> IRemotelyProvisionedComponent test am: 0fce69d0

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

Change-Id: I85e4bb88f2204d4b9c5c4ad53c03a7f9d4f692b8
parents 279105a6 0fce69d0
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -951,8 +951,12 @@ TEST_P(NewKeyGenerationTest, RsaWithAttestation) {
 *
 * Verifies that keymint can generate all required RSA key sizes, using an attestation key
 * that has been generated using an associate IRemotelyProvisionedComponent.
 *
 * This test is disabled because the KeyMint specification does not require that implementations
 * of the first version of KeyMint have to also implement IRemotelyProvisionedComponent.
 * However, the test is kept in the code because KeyMint v2 will impose this requirement.
 */
TEST_P(NewKeyGenerationTest, RsaWithRpkAttestation) {
TEST_P(NewKeyGenerationTest, DISABLED_RsaWithRpkAttestation) {
    // There should be an IRemotelyProvisionedComponent instance associated with the KeyMint
    // instance.
    std::shared_ptr<IRemotelyProvisionedComponent> rp;