commit | cdbda5510a8eb44ebdc0f74d49f390a6da4b45aa | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Fri May 18 23:31:33 2018 -0700 |
committer | Dan Shi <dshi@google.com> | Tue May 29 11:54:35 2018 -0700 |
tree | 9666d0f914bbc05513d51b79a661150134c5c05b | |
parent | 8f3d6345aebf7d62b3b6262599270ac45cce1f30 [diff] |
Support atest running TEST_MAPPING using module-arg This change allows atest to run tests in TEST_MAPPING files containing option like following: { "presubmit": [ { "name": "HelloWorldTest", "options": [ { "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest" } ] } ] } Also, rename references of type for TEST_MAPPING with group. Bug: 79529839 Test: unittest, run atest with TEST_MAPPING containing options. Change-Id: I6bab371311533022bf5896aecef37f7d8f64068b
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/