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 | 724debc | 2021-07-29 09:43:33 -0700 | [diff] [blame^] | 7 | "name": "ComposHostTestCases", |
| 8 | "options": [ |
| 9 | { |
| 10 | "exclude-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh" |
| 11 | } |
| 12 | ] |
Jiyong Park | 668b3cc | 2021-06-25 11:06:36 +0900 | [diff] [blame] | 13 | } |
| 14 | ], |
| 15 | "postsubmit": [ |
| 16 | // TODO(jiyong): promote this to presubmit. That currently doesn't work because |
| 17 | // this test is skipped for cf_x86_64_phone (not aosp_cf_x86_64_phone), but tradefed |
| 18 | // 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] | 19 | { |
| 20 | "name": "VirtualizationTestCases" |
Victor Hsieh | 724debc | 2021-07-29 09:43:33 -0700 | [diff] [blame^] | 21 | }, |
| 22 | // TODO(victorhsieh): promotee this to presubmit once it's proven stable. |
| 23 | { |
| 24 | "name": "ComposHostTestCases", |
| 25 | "options": [ |
| 26 | { |
| 27 | "include-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh" |
| 28 | } |
| 29 | ] |
Jiyong Park | 83ea1a6 | 2021-06-14 14:35:43 +0900 | [diff] [blame] | 30 | } |
| 31 | ], |
| 32 | "imports": [ |
| 33 | { |
| 34 | "path": "packages/modules/Virtualization/apkdmverity" |
| 35 | }, |
| 36 | { |
| 37 | "path": "packages/modules/Virtualization/authfs" |
| 38 | }, |
| 39 | { |
| 40 | "path": "packages/modules/Virtualization/zipfuse" |
| 41 | } |
| 42 | ] |
| 43 | } |