commit | b73024bd4c28e092fa8c51f5444780ccc8b342c1 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Aug 01 14:36:29 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 01 14:36:29 2019 -0700 |
tree | aae0158b7fef633795c1e181eb9e810fff63f864 | |
parent | 1d13313024ad71b50c989e7b80294504356e06b3 [diff] | |
parent | 377f0641a3d11a53fe29861d06242deb72b688e4 [diff] |
Merge "Centralize all the device properties in our existing helper" am: 377f0641a3 Change-Id: I1e47df02d628fe874d4a0fe19d46e0f5d119e257
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.