blob: fc4cfc98dc46c52883b267b8c8529e95a7406f25 [file] [log] [blame]
Andreas Gampe189d9062018-08-29 15:22:19 -07001{
2 "presubmit": [
3 {
4 "name": "installd_cache_test"
5 },
6 {
7 "name": "installd_dexopt_test"
8 },
9 {
10 "name": "installd_otapreopt_test"
11 },
12 {
13 "name": "installd_service_test"
14 },
15 {
16 "name": "installd_utils_test"
Andreas Gampe300d4f42019-02-19 14:11:59 -080017 },
Victor Hsiehc9821f12020-08-07 11:32:29 -070018 {
19 "name": "run_dex2oat_test"
20 },
Martijn Coenen32717142020-02-04 14:56:43 +010021 // AdoptableHostTest moves packages, part of which is handled by installd
22 {
23 "name": "AdoptableHostTest"
24 },
Andreas Gampe300d4f42019-02-19 14:11:59 -080025 {
26 "name": "CtsUsesLibraryHostTestCases"
27 },
28 {
29 "name": "CtsClassloaderSplitsHostTestCases"
30 },
31 {
32 "name": "CtsCompilationTestCases"
Mohammad Samiul Islam04302792022-03-09 17:04:38 +000033 },
34 {
Samiul Islam17772872022-04-13 11:23:40 +010035 "name": "SdkSandboxStorageHostTest",
36 "options": [
37 {
38 "exclude-annotation": "android.platform.test.annotations.LargeTest"
39 }
40 ]
Andreas Gampe189d9062018-08-29 15:22:19 -070041 }
42 ]
43}