easoncylee | 5a77295 | 2019-07-09 11:43:57 +0800 | [diff] [blame] | 1 | // 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 Shi | ae010c2 | 2018-03-02 17:21:41 -0800 | [diff] [blame] | 3 | { |
| 4 | "presubmit": [ |
| 5 | { |
easoncylee | 5a77295 | 2019-07-09 11:43:57 +0800 | [diff] [blame] | 6 | // Instrumentation Test with Annotation Filter/PushFilePreparer/ |
| 7 | // RumCommandTargetPreparer/TestFilePushSetup |
Dan Shi | 715af10 | 2018-06-05 13:39:20 -0700 | [diff] [blame] | 8 | "name": "HelloWorldTests", |
Dan Shi | cdbda55 | 2018-05-18 23:31:33 -0700 | [diff] [blame] | 9 | "options": [ |
| 10 | { |
| 11 | "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest" |
| 12 | } |
| 13 | ] |
Dan Shi | 281a8a9 | 2018-11-29 15:09:16 -0800 | [diff] [blame] | 14 | }, |
| 15 | { |
| 16 | "name": "hello_world_test", |
| 17 | "host": true |
easoncylee | 429256c | 2019-03-05 22:53:32 +0800 | [diff] [blame] | 18 | }, |
Florian Mayer | b7ef5ee | 2019-12-11 17:39:09 +0000 | [diff] [blame] | 19 | { |
easoncylee | 5a77295 | 2019-07-09 11:43:57 +0800 | [diff] [blame] | 20 | // Instrumentation Test with FilePusher/ApkInstaller/RumCommandTargetPreparer. |
easoncylee | 429256c | 2019-03-05 22:53:32 +0800 | [diff] [blame] | 21 | "name": "CtsApacheHttpLegacy27ApiSignatureTestCases" |
| 22 | }, |
| 23 | { |
easoncylee | 5a77295 | 2019-07-09 11:43:57 +0800 | [diff] [blame] | 24 | // Gtest with FilePusher to push the whole testdata(libs/files). |
easoncylee | 429256c | 2019-03-05 22:53:32 +0800 | [diff] [blame] | 25 | "name": "ziparchive-tests" |
| 26 | }, |
| 27 | { |
easoncylee | 5a77295 | 2019-07-09 11:43:57 +0800 | [diff] [blame] | 28 | // Instrumentation Test with Class Filter/ApkInstaller. |
easoncylee | 429256c | 2019-03-05 22:53:32 +0800 | [diff] [blame] | 29 | "name": "CtsDpiTestCases", |
| 30 | "options": [ |
| 31 | { |
| 32 | "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest" |
| 33 | } |
| 34 | ] |
| 35 | }, |
| 36 | { |
easoncylee | 5a77295 | 2019-07-09 11:43:57 +0800 | [diff] [blame] | 37 | // Jar Host with ApkInstaller. |
easoncylee | 429256c | 2019-03-05 22:53:32 +0800 | [diff] [blame] | 38 | "name": "CtsSampleHostTestCases" |
Dan Shi | ae010c2 | 2018-03-02 17:21:41 -0800 | [diff] [blame] | 39 | } |
Dan Shi | e74e621 | 2019-11-22 10:20:51 -0800 | [diff] [blame] | 40 | ], |
| 41 | // TODO(b/144852628): Remove after actual platinum tests are added to TEST_MAPPING files. |
| 42 | "staged-platinum-postsubmit": [ |
| 43 | { |
| 44 | "name": "HelloWorldTests" |
| 45 | } |
| 46 | ], |
| 47 | "platinum-postsubmit": [ |
| 48 | { |
| 49 | "name": "HelloWorldTests" |
| 50 | } |
Dan Shi | ae010c2 | 2018-03-02 17:21:41 -0800 | [diff] [blame] | 51 | ] |
| 52 | } |