Add biometric virtual HAL tests to presubmit

Bug: 333743980
Test: atest --test-mapping

Change-Id: I4efc51473194ee431ee8ca4bb2c8a5dfb629ad87
This commit is contained in:
Jeff Pu 2024-04-10 18:51:04 +00:00
parent 8392bc6c61
commit c2f76afc4c
3 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"postsubmit": [
{
"name": "android.hardware.biometrics.common.ConfigTest"
},
{
"name": "android.hardware.biometrics.common.WorkerThreadTest"
}
]
}

View file

@ -0,0 +1,13 @@
{
"postsubmit": [
{
"name": "android.hardware.biometrics.face.FakeFaceEngineTest"
},
{
"name": "android.hardware.biometrics.face.FakeLockoutTrackerTest"
},
{
"name": "VtsHalBiometricsFaceTargetTest"
}
]
}

View file

@ -0,0 +1,22 @@
{
"postsubmit": [
{
"name": "android.hardware.biometrics.fingerprint.FakeFingerprintEngineTest"
},
{
"name": "android.hardware.biometrics.fingerprint.FakeFingerprintEngineUdfpsTest"
},
{
"name": "android.hardware.biometrics.fingerprint.FakeLockoutTrackerTest"
},
{
"name": "android.hardware.biometrics.fingerprint.SessionTest"
},
{
"name": "android.hardware.biometrics.fingerprint.VirtualHalTest"
},
{
"name": "VtsHalBiometricsFingerprintTargetTest"
}
]
}