android_packages_modules_Vi.../TEST_MAPPING

33 lines
762 B
Plaintext
Raw Normal View History

{
"presubmit": [
{
"name": "MicrodroidHostTestCases"
},
{
"name": "ComposHostTestCases"
}
],
"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"
}
],
"imports": [
{
"path": "packages/modules/Virtualization/apkdmverity"
},
{
"path": "packages/modules/Virtualization/apkverify"
},
{
"path": "packages/modules/Virtualization/authfs"
},
{
"path": "packages/modules/Virtualization/zipfuse"
}
]
}