commit | 281a8a9b2d07586b2c8fe6c4a2f333f9fa85f603 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Nov 29 15:09:16 2018 -0800 |
committer | Dan Shi <dshi@google.com> | Thu Dec 13 15:32:35 2018 -0800 |
tree | 2c4285dcea0bcd3b59fde019e9bedb93aadc790f | |
parent | a41be95e0433ba2653328eaafa1215ff377d260e [diff] |
Add a sample host test in TEST_MAPPING Bug: 116039282 Test: atest --host Change-Id: I8bd00ee4cf9fa638d61c966764c42ca4fc668aee
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/