blob: d2a482189128d9351fce850f6a91d19cd2d92a05 [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 {
Victor Hsieh9b1753c2021-08-02 09:56:41 -07007 "name": "ComposHostTestCases"
Jiyong Park668b3cc2021-06-25 11:06:36 +09008 }
9 ],
10 "postsubmit": [
11 // TODO(jiyong): promote this to presubmit. That currently doesn't work because
12 // this test is skipped for cf_x86_64_phone (not aosp_cf_x86_64_phone), but tradefed
13 // somehow thinks that the test wasn't executed at all and reports it as a failure.
Jiyong Park7ccb1052021-06-15 20:59:26 +090014 {
15 "name": "VirtualizationTestCases"
Jiyong Park83ea1a62021-06-14 14:35:43 +090016 }
17 ],
18 "imports": [
19 {
20 "path": "packages/modules/Virtualization/apkdmverity"
21 },
22 {
23 "path": "packages/modules/Virtualization/authfs"
24 },
25 {
26 "path": "packages/modules/Virtualization/zipfuse"
27 }
28 ]
29}