mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Disable KeyMint -> IRemotelyProvisionedComponent test
Not required yet. Test: VtsAidlKeyMintTargetTest Change-Id: Ie8fecc4ea4795d7fa4fd6bcf0e6d8013c15f50e5 Bug: 186586864
This commit is contained in:
committed by
Seth Moore
parent
7218fea0eb
commit
0fce69d05c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user