commit | bc4f0ab21d5a84921d19376f611308062580e47d | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Aug 14 13:57:41 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Aug 14 13:57:41 2019 -0700 |
tree | 36c5acf95367db78897e4e99b775fcc3b6185eaf | |
parent | 215efae473a0062e5b9754a50200376116634f10 [diff] | |
parent | afc57ee49bcdb0eaff746fe8f1dfcf7cde0b9a85 [diff] |
Merge "Rename the package for retry" am: afc57ee49b Change-Id: I8bc645aedd36db31db8dcb7c0b63f886d6fbd9ca
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.