blob: 29991a9ecee2e53931136a765cc661bcaa2f117b [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 },
Florian Mayerb7ef5ee2019-12-11 17:39:09 +000019 {
easoncylee5a772952019-07-09 11:43:57 +080020 // Instrumentation Test with FilePusher/ApkInstaller/RumCommandTargetPreparer.
easoncylee429256c2019-03-05 22:53:32 +080021 "name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
22 },
23 {
easoncylee5a772952019-07-09 11:43:57 +080024 // Gtest with FilePusher to push the whole testdata(libs/files).
easoncylee429256c2019-03-05 22:53:32 +080025 "name": "ziparchive-tests"
26 },
27 {
easoncylee5a772952019-07-09 11:43:57 +080028 // Instrumentation Test with Class Filter/ApkInstaller.
easoncylee429256c2019-03-05 22:53:32 +080029 "name": "CtsDpiTestCases",
30 "options": [
31 {
32 "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
33 }
34 ]
35 },
36 {
easoncylee5a772952019-07-09 11:43:57 +080037 // Jar Host with ApkInstaller.
easoncylee429256c2019-03-05 22:53:32 +080038 "name": "CtsSampleHostTestCases"
Dan Shiae010c22018-03-02 17:21:41 -080039 }
Dan Shie74e6212019-11-22 10:20:51 -080040 ],
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 Shiae010c22018-03-02 17:21:41 -080051 ]
52}