1// Below lists the TEST_MAPPING tests to do ASuite unittests to make sure
2// the expectation of ASuite are still good.
3{
4  "presubmit": [
5    {
6      // Host side ATest unittests.
7      "name": "atest_unittests",
8      "host": true
9    },
10    {
11      // Host side ATest-py3 unittests.
12      "name": "atest_unittests",
13      "host": true
14    },
15    {
16      // Host side metrics tests.
17      "name": "asuite_metrics_lib_tests",
18      "host": true
19    },
20    {
21      // Host side metrics tests with Python3.
22      "name": "asuite_metrics_lib_py3_tests",
23      "host": true
24    },
25    {
26      // Host side clearcut tests.
27      "name": "asuite_cc_lib_tests",
28      "host": true
29    },
30    {
31      // Host side clearcut tests with Python3.
32      "name": "asuite_cc_lib_py3_tests",
33      "host": true
34    }
35  ]
36}
37