blob: 5b5df8422ade98926e68c1c154ea629a6e041a5b [file] [log] [blame]
easoncylee5a772952019-07-09 11:43:57 +08001// Below lists the TEST_MAPPING tests to do TF integration tests to make sure
2// the expectation of setup with different target_preparers + run are still good.
Dan Shiae010c22018-03-02 17:21:41 -08003{
4 "presubmit": [
5 {
easoncylee5a772952019-07-09 11:43:57 +08006 // Instrumentation Test with Annotation Filter/PushFilePreparer/
7 // RumCommandTargetPreparer/TestFilePushSetup
Dan Shi715af102018-06-05 13:39:20 -07008 "name": "HelloWorldTests",
Dan Shicdbda552018-05-18 23:31:33 -07009 "options": [
10 {
11 "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest"
12 }
13 ]
Dan Shi281a8a92018-11-29 15:09:16 -080014 },
15 {
16 "name": "hello_world_test",
17 "host": true
easoncylee429256c2019-03-05 22:53:32 +080018 },
19 {
easoncylee5a772952019-07-09 11:43:57 +080020 // Gtest with FilePusher/ApkInstaller.
easoncylee429256c2019-03-05 22:53:32 +080021 "name": "CtsPerfettoTestCases"
22 },
23 {
easoncylee5a772952019-07-09 11:43:57 +080024 // Instrumentation Test with FilePusher/ApkInstaller/RumCommandTargetPreparer.
easoncylee429256c2019-03-05 22:53:32 +080025 "name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
26 },
27 {
easoncylee5a772952019-07-09 11:43:57 +080028 // Gtest with FilePusher to push the whole testdata(libs/files).
easoncylee429256c2019-03-05 22:53:32 +080029 "name": "ziparchive-tests"
30 },
31 {
easoncylee5a772952019-07-09 11:43:57 +080032 // Instrumentation Test with Class Filter/ApkInstaller.
easoncylee429256c2019-03-05 22:53:32 +080033 "name": "CtsDpiTestCases",
34 "options": [
35 {
36 "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
37 }
38 ]
39 },
40 {
easoncylee5a772952019-07-09 11:43:57 +080041 // Jar Host with ApkInstaller.
easoncylee429256c2019-03-05 22:53:32 +080042 "name": "CtsSampleHostTestCases"
Dan Shiae010c22018-03-02 17:21:41 -080043 }
44 ]
45}