Disable KeyMint -> IRemotelyProvisionedComponent test am: 0fce69d05c am: 6715fad7d1 am: 402579c22f am: a7c7bcb86f am: ef6dea2bc0

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

Change-Id: If9efc1b52b56883f3f025411680fb5ec6284196e
This commit is contained in:
David Drysdale 2021-09-08 21:08:03 +00:00 committed by Automerger Merge Worker
commit 2867e1fd02

View file

@ -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;