blob: 6b52514a5f11f43e57ff0e699b392926877df11b [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 Hsieh724debc2021-07-29 09:43:33 -07007 "name": "ComposHostTestCases",
8 "options": [
9 {
10 "exclude-filter": "android.compos.test.ComposKeyTestCase#testOdrefresh"
11 }
12 ]
Jiyong Park668b3cc2021-06-25 11:06:36 +090013 }
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 Park7ccb1052021-06-15 20:59:26 +090019 {
20 "name": "VirtualizationTestCases"
Victor Hsieh724debc2021-07-29 09:43:33 -070021 },
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 Park83ea1a62021-06-14 14:35:43 +090030 }
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}