Add biometric virtual HAL tests to presubmit
Bug: 333743980 Test: atest --test-mapping Change-Id: I4efc51473194ee431ee8ca4bb2c8a5dfb629ad87
This commit is contained in:
parent
8392bc6c61
commit
c2f76afc4c
3 changed files with 45 additions and 0 deletions
10
biometrics/common/TEST_MAPPING
Normal file
10
biometrics/common/TEST_MAPPING
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "android.hardware.biometrics.common.ConfigTest"
|
||||
},
|
||||
{
|
||||
"name": "android.hardware.biometrics.common.WorkerThreadTest"
|
||||
}
|
||||
]
|
||||
}
|
13
biometrics/face/aidl/TEST_MAPPING
Normal file
13
biometrics/face/aidl/TEST_MAPPING
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"postsubmit": [
|
||||
{
|
||||
"name": "android.hardware.biometrics.face.FakeFaceEngineTest"
|
||||
},
|
||||
{
|
||||
"name": "android.hardware.biometrics.face.FakeLockoutTrackerTest"
|
||||
},
|
||||
{
|
||||
"name": "VtsHalBiometricsFaceTargetTest"
|
||||
}
|
||||
]
|
||||
}
|
22
biometrics/fingerprint/aidl/TEST_MAPPING
Normal file
22
biometrics/fingerprint/aidl/TEST_MAPPING
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue