commit | 7de8f64f968eb55d1075f2e5fdded0079d7781f4 | [log] [tgz] |
---|---|---|
author | Oliver Nguyen <olivernguyen@google.com> | Fri Aug 16 15:17:11 2019 -0700 |
committer | Oliver Nguyen <olivernguyen@google.com> | Tue Aug 27 15:54:58 2019 -0700 |
tree | c9b3e70931629321c172567a9a80538bf2a10590 | |
parent | 61df8996ad6c8b45fbb4703715d61a0cb5c8b19c [diff] |
Update InstrumentationTest-based tests to use CoverageOptions. Bug: 133258042 Test: Unit tests Change-Id: I110696f438657a3eb7015ba833e857fd314ec41b
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/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.