2021-06-14 05:35:43 +00:00
|
|
|
{
|
2021-06-25 02:06:36 +00:00
|
|
|
"presubmit": [
|
2021-06-14 05:35:43 +00:00
|
|
|
{
|
|
|
|
"name": "MicrodroidHostTestCases"
|
2021-07-19 15:57:45 +00:00
|
|
|
},
|
|
|
|
{
|
2021-07-29 16:43:33 +00:00
|
|
|
"name": "ComposHostTestCases",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"exclude-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh"
|
|
|
|
}
|
|
|
|
]
|
2021-06-25 02:06:36 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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.
|
2021-06-15 11:59:26 +00:00
|
|
|
{
|
|
|
|
"name": "VirtualizationTestCases"
|
2021-07-29 16:43:33 +00:00
|
|
|
},
|
|
|
|
// TODO(victorhsieh): promotee this to presubmit once it's proven stable.
|
|
|
|
{
|
|
|
|
"name": "ComposHostTestCases",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"include-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh"
|
|
|
|
}
|
|
|
|
]
|
2021-06-14 05:35:43 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "packages/modules/Virtualization/apkdmverity"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "packages/modules/Virtualization/authfs"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path": "packages/modules/Virtualization/zipfuse"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|