commit | 225d75a43444de4edb99af46ec527d2fcf940ad7 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Aug 01 14:45:17 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Aug 01 14:45:17 2019 -0700 |
tree | a5c4fdabe0ac2cfe366edb8c7f4382ed3d88e98d | |
parent | 969ac827674cce0a4e0a2f54c1876a84c9966e7b [diff] | |
parent | b73024bd4c28e092fa8c51f5444780ccc8b342c1 [diff] |
Merge "Centralize all the device properties in our existing helper" am: 377f0641a3 am: b73024bd4c Change-Id: I75a1536b01548f08f6bb0a7b3abbe798d272981b
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.