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" |
Alan Stokes | eeccae7 | 2021-07-19 16:57:45 +0100 | [diff] [blame] | 5 | }, |
| 6 | { |
| 7 | "name": "ComposHostTestCases" |
Jiyong Park | 668b3cc | 2021-06-25 11:06:36 +0900 | [diff] [blame] | 8 | } |
Alan Stokes | eeccae7 | 2021-07-19 16:57:45 +0100 | [diff] [blame] | 9 | |
Jiyong Park | 668b3cc | 2021-06-25 11:06:36 +0900 | [diff] [blame] | 10 | ], |
| 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 Park | 7ccb105 | 2021-06-15 20:59:26 +0900 | [diff] [blame] | 15 | { |
| 16 | "name": "VirtualizationTestCases" |
Jiyong Park | 83ea1a6 | 2021-06-14 14:35:43 +0900 | [diff] [blame] | 17 | } |
| 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 | } |