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 | { |
Victor Hsieh | 9b1753c | 2021-08-02 09:56:41 -0700 | [diff] [blame] | 7 | "name": "ComposHostTestCases" |
Jiyong Park | 668b3cc | 2021-06-25 11:06:36 +0900 | [diff] [blame] | 8 | } |
| 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 Park | 7ccb105 | 2021-06-15 20:59:26 +0900 | [diff] [blame] | 14 | { |
| 15 | "name": "VirtualizationTestCases" |
Jiyong Park | 83ea1a6 | 2021-06-14 14:35:43 +0900 | [diff] [blame] | 16 | } |
| 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 | } |