android_packages_modules_Vi.../TEST_MAPPING

44 lines
1.1 KiB
Plaintext
Raw Normal View History

{
"presubmit": [
{
"name": "MicrodroidHostTestCases"
},
{
"name": "ComposHostTestCases",
"options": [
{
"exclude-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh"
}
]
}
],
"postsubmit": [
// TODO(jiyong): promote this to presubmit. That currently doesn't work because
// this test is skipped for cf_x86_64_phone (not aosp_cf_x86_64_phone), but tradefed
// somehow thinks that the test wasn't executed at all and reports it as a failure.
{
"name": "VirtualizationTestCases"
},
// TODO(victorhsieh): promotee this to presubmit once it's proven stable.
{
"name": "ComposHostTestCases",
"options": [
{
"include-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh"
}
]
}
],
"imports": [
{
"path": "packages/modules/Virtualization/apkdmverity"
},
{
"path": "packages/modules/Virtualization/authfs"
},
{
"path": "packages/modules/Virtualization/zipfuse"
}
]
}