diff options
author | David Drysdale <drysdale@google.com> | 2021-04-13 17:22:13 +0100 |
---|---|---|
committer | Seth Moore <sethmo@google.com> | 2021-09-08 11:13:56 -0700 |
commit | 11860f29846accb3e44f5a93eca964d7239261b4 (patch) | |
tree | a5dad6534d0b3e363ef3f04cf7998780a7cf3b85 /security/keymint/aidl/vts/functional/KeyMintTest.cpp | |
parent | a5a3c1ece1a1f4235e48f9ad74a5affe4d5f98ea (diff) |
Disable KeyMint -> IRemotelyProvisionedComponent test
Not required yet.
Test: VtsAidlKeyMintTargetTest
Bug: 186586864
Change-Id: Ie8fecc4ea4795d7fa4fd6bcf0e6d8013c15f50e5
Merged-In: Ie8fecc4ea4795d7fa4fd6bcf0e6d8013c15f50e5
Diffstat (limited to 'security/keymint/aidl/vts/functional/KeyMintTest.cpp')
-rw-r--r-- | security/keymint/aidl/vts/functional/KeyMintTest.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/keymint/aidl/vts/functional/KeyMintTest.cpp b/security/keymint/aidl/vts/functional/KeyMintTest.cpp index 5a87b83854..9797e0e0e7 100644 --- a/security/keymint/aidl/vts/functional/KeyMintTest.cpp +++ b/security/keymint/aidl/vts/functional/KeyMintTest.cpp @@ -945,8 +945,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; |