commit | a306f39c33430b2d4c5eb901de14b1c4c090698b | [log] [tgz] |
---|---|---|
author | Sanket Chinchalkar <schinchalkar@google.com> | Wed Oct 28 13:40:56 2020 -0700 |
committer | Sanket Chinchalkar <schinchalkar@google.com> | Tue Nov 03 22:10:59 2020 +0000 |
tree | 181b0dd69fe655bfa2f66a46623c48022b4a66ac | |
parent | 6eea64922d48f47bf22997f19e23e36dcb53301e [diff] |
Added target preparer to enable bluetooth pairing Cherry Picked from aosp/1468215 Test: Tested locally Bug: 169893695 Merged-In: I717512770ff7c128962a093a75e979876f76ec1a Change-Id: Ide6726016bde298ff366447d8bc72e77cc071ad2
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.