platform_system_security/keystore2/TEST_MAPPING
Alice Wang 01c16b6142 [rkpd] Refactor rkpd_client into an independent lib for reuse
This allows rkpd_client to be reused by both keystore2 and
AVF pVM remote attestation.

Test: atest keystore2_test librkpd_client.test
Bug: 241428146
Change-Id: Ibdf95c4deb2ba499daaecd170c2971cda4e80bba
2023-11-13 10:31:08 +00:00

44 lines
751 B
Text

{
"presubmit": [
{
"name": "keystore2_crypto_test"
},
{
"name": "keystore2_crypto_test_rust"
},
{
"name": "keystore2_test"
},
{
"name": "keystore2_test_utils_test"
},
{
"name": "keystore2_legacy_blobs_test"
},
{
"name": "CtsIdentityTestCases"
},
{
"name": "CtsKeystoreTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
}
],
"postsubmit": [
{
"name": "CtsKeystorePerformanceTestCases"
},
{
"name": "keystore2_client_tests"
},
{
"name": "librkpd_client.test"
},
{
"name": "libwatchdog_rs.test"
}
]
}