Jiyong Park | 83ea1a6 | 2021-06-14 14:35:43 +0900 | [diff] [blame] | 1 | { |
Jiyong Park | 668b3cc | 2021-06-25 11:06:36 +0900 | [diff] [blame] | 2 | "presubmit": [ |
Jiyong Park | 83ea1a6 | 2021-06-14 14:35:43 +0900 | [diff] [blame] | 3 | { |
| 4 | "name": "MicrodroidHostTestCases" |
Jiyong Park | 668b3cc | 2021-06-25 11:06:36 +0900 | [diff] [blame] | 5 | } |
| 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 Park | 7ccb105 | 2021-06-15 20:59:26 +0900 | [diff] [blame] | 11 | { |
| 12 | "name": "VirtualizationTestCases" |
Jiyong Park | 83ea1a6 | 2021-06-14 14:35:43 +0900 | [diff] [blame] | 13 | } |
| 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 | } |