commit | 4505afc6b31ae53577b777943e2a9e3b1d905f38 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 18 20:49:15 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 18 20:49:15 2020 +0000 |
tree | 36ac0efb36b24396f2570652c7c8f6051d7b2487 | |
parent | ae07bea29c08eb4c6bb880bee15469f41b693015 [diff] | |
parent | edb2a0c809236e47531ec9a955da206ac51176c5 [diff] |
Merge "Ensure run failure is forwarded properly"
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.