mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Disable KeyMint -> IRemotelyProvisionedComponent test am: 11860f2984
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/15787697 Change-Id: I4ccd90ddad225c6a0b3db4c39f0eca08c985dcb0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user