blob: 69d45685385e0db54fa57f60a85e0efc0577241d [file] [log] [blame]
Jiyong Park83ea1a62021-06-14 14:35:43 +09001{
Jiyong Park668b3cc2021-06-25 11:06:36 +09002 "presubmit": [
Jiyong Park83ea1a62021-06-14 14:35:43 +09003 {
4 "name": "MicrodroidHostTestCases"
Jiyong Park668b3cc2021-06-25 11:06:36 +09005 }
6 ],
7 "postsubmit": [
8 // TODO(jiyong): promote this to presubmit. That currently doesn't work because
9 // this test is skipped for cf_x86_64_phone (not aosp_cf_x86_64_phone), but tradefed
10 // somehow thinks that the test wasn't executed at all and reports it as a failure.
Jiyong Park7ccb1052021-06-15 20:59:26 +090011 {
12 "name": "VirtualizationTestCases"
Jiyong Park83ea1a62021-06-14 14:35:43 +090013 }
14 ],
15 "imports": [
16 {
17 "path": "packages/modules/Virtualization/apkdmverity"
18 },
19 {
20 "path": "packages/modules/Virtualization/authfs"
21 },
22 {
23 "path": "packages/modules/Virtualization/zipfuse"
24 }
25 ]
26}