1// Below lists the TEST_MAPPING tests to do ASuite unittests to make sure 2// the expectation of ASuite are still good. 3{ 4 "mainline-presubmit": [ 5 { 6 "name": "HelloWorldTests" 7 }, 8 { 9 "name": "hello_world_test", 10 "host": true 11 }, 12 { 13 "name": "CtsApacheHttpLegacy27ApiSignatureTestCases" 14 }, 15 { 16 "name": "ziparchive-tests" 17 }, 18 { 19 "name": "CtsDpiTestCases", 20 "options": [ 21 { 22 "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest" 23 } 24 ] 25 }, 26 { 27 "name": "CtsSampleHostTestCases" 28 } 29 ], 30 "presubmit": [ 31 { 32 // Host side ATest unittests. 33 "name": "atest_unittests", 34 "host": true 35 }, 36 { 37 // Host side metrics tests. 38 "name": "asuite_metrics_lib_tests", 39 "host": true 40 }, 41 { 42 // Host side metrics tests with Python3. 43 "name": "asuite_metrics_lib_py3_tests", 44 "host": true 45 }, 46 { 47 // Host side clearcut tests. 48 "name": "asuite_cc_lib_tests", 49 "host": true 50 }, 51 { 52 // Host side clearcut tests with Python3. 53 "name": "asuite_cc_lib_py3_tests", 54 "host": true 55 } 56 ] 57} 58