commit | e18bf32392fc240162050b02ebbd8bf48b78965f | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 03 07:08:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 03 07:08:56 2020 +0000 |
tree | e2725c888092080f78c5e39309b40275645034d4 | |
parent | 385ce032a13eb4b4447b0e396b828798fda5d1e2 [diff] | |
parent | 6a796e217096c1b71f897006a38541f9cbb727ca [diff] |
Merge "Do not assert on total metrics." am: 6a796e2170 Change-Id: I343d51b211297873e96e2ed132b5c8f312466288
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.