67b56c10e6
Run a subset of the Keystore CTS test cases on presubmit when keystore2 gets changed. Also Run the full CTS test suite as post submit. Bug: 204906931 Test: Improves test coverage during presubmit. Change-Id: I9b14734e4d838881e7dabf698b3df826a0ed433b
32 lines
544 B
Text
32 lines
544 B
Text
{
|
|
"presubmit": [
|
|
{
|
|
"name": "keystore2_crypto_test"
|
|
},
|
|
{
|
|
"name": "keystore2_crypto_test_rust"
|
|
},
|
|
{
|
|
"name": "keystore2_test"
|
|
},
|
|
{
|
|
"name": "keystore2_test_utils_test"
|
|
},
|
|
{
|
|
"name": "CtsIdentityTestCases"
|
|
},
|
|
{
|
|
"name": "CtsKeystoreTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "CtsKeystorePerformanceTestCases"
|
|
}
|
|
]
|
|
}
|