Onboarding biometrics IW tests

Bug: 270382174
Test: atest BiometricsE2eTests:BiometricPromptAuthSuccessTest
Change-Id: I6643a9250a8e4b66eb224438e56726c171be9ba0
This commit is contained in:
Jeff Pu
2023-03-10 21:55:31 +00:00
parent 2610029d56
commit b511baf04c

View File

@@ -6,5 +6,24 @@
{
"name": "CtsBiometricsHostTestCases"
}
]
}
],
"ironwood-postsubmit": [
{
"name": "BiometricsE2eTests",
"options": [
{
"include-annotation": "android.platform.test.annotations.IwTest"
},
{
"exclude-annotation": "org.junit.Ignore"
},
{
"include-filter": "android.platform.test.scenario.biometrics"
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}