commit | 710a3e0bed1a9e700a3d070bd50cc663cc647842 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Aug 01 09:27:45 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 01 09:27:45 2019 -0700 |
tree | 0708c4e3aba9fe11e677f5fd84c853efce299834 | |
parent | 0e4bd0ded537f4aba3550a647d9a0a2a29bbbd88 [diff] | |
parent | 956c9fcaae645fd85e99ed9ef9e4ea48675f06ff [diff] |
Merge "Track run failure cleared by auto-retry" am: 956c9fcaae Change-Id: Ie24d0bc8d2e82a4a87dc7471c3c9e635fd61c670
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.