commit | 3ef2b727cdd537a60f5553c4b40951065e135c3d | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Feb 16 22:24:35 2021 -0800 |
committer | Linux Build Service Account <lnxbuild@localhost> | Tue Feb 16 22:24:35 2021 -0800 |
tree | 558b4101b131fdf54946ad84334ed15f77f6f9f4 | |
parent | bd7c4c300609e849d4a8645b10989b63a87c804a [diff] | |
parent | d06e422e0387b2411973b63524c25a648a1fdce9 [diff] |
Merge d06e422e0387b2411973b63524c25a648a1fdce9 on remote branch Change-Id: I2bd1e071eccd8fbb0500323c0d8b3904f28dcc93
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.