blob: d8b294b8ed3f8eb6c7ff830f8307a3027f506291 [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"
Alan Stokeseeccae72021-07-19 16:57:45 +01005 },
6 {
7 "name": "ComposHostTestCases"
Jiyong Park668b3cc2021-06-25 11:06:36 +09008 }
Alan Stokeseeccae72021-07-19 16:57:45 +01009
Jiyong Park668b3cc2021-06-25 11:06:36 +090010 ],
11 "postsubmit": [
12 // TODO(jiyong): promote this to presubmit. That currently doesn't work because
13 // this test is skipped for cf_x86_64_phone (not aosp_cf_x86_64_phone), but tradefed
14 // somehow thinks that the test wasn't executed at all and reports it as a failure.
Jiyong Park7ccb1052021-06-15 20:59:26 +090015 {
16 "name": "VirtualizationTestCases"
Jiyong Park83ea1a62021-06-14 14:35:43 +090017 }
18 ],
19 "imports": [
20 {
21 "path": "packages/modules/Virtualization/apkdmverity"
22 },
23 {
24 "path": "packages/modules/Virtualization/authfs"
25 },
26 {
27 "path": "packages/modules/Virtualization/zipfuse"
28 }
29 ]
30}