blob: 5218abb8f04b70e538ded91c2c86986fca6b983e [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 {
Jooyung Hand821a042021-08-10 16:46:43 +090023 "path": "packages/modules/Virtualization/apkverify"
24 },
25 {
Jiyong Park83ea1a62021-06-14 14:35:43 +090026 "path": "packages/modules/Virtualization/authfs"
27 },
28 {
29 "path": "packages/modules/Virtualization/zipfuse"
30 }
31 ]
32}