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. 3{ 4 "presubmit": [ 5 { 6 // Instrumentation Test with Annotation Filter/PushFilePreparer/ 7 // RumCommandTargetPreparer/TestFilePushSetup 8 "name": "HelloWorldTests", 9 "options": [ 10 { 11 "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest" 12 } 13 ] 14 }, 15 { 16 "name": "hello_world_test", 17 "host": true 18 }, 19 { 20 // Instrumentation Test with FilePusher/ApkInstaller/RunCommandTargetPreparer. 21 "name": "CtsApacheHttpLegacy27ApiSignatureTestCases" 22 }, 23 { 24 // Gtest with FilePusher to push the whole testdata(libs/files). 25 "name": "ziparchive-tests" 26 }, 27 { 28 // Jar Host with ApkInstaller. 29 "name": "CtsSampleHostTestCases" 30 } 31 ] 32} 33