commit | 377f0641a3d11a53fe29861d06242deb72b688e4 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Aug 01 20:36:35 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 01 20:36:35 2019 +0000 |
tree | 0ca90b79b30ecd503395ebcdfd5adbeea8aa33a6 | |
parent | 95ea8ae82b94c0e8573b07f721325fc134d84179 [diff] | |
parent | 52388176f07f6e3e73e5d7bdf4270f750925397e [diff] |
Merge "Centralize all the device properties in our existing helper"
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.