commit | ed87df6cf27de5d790e70f868286a0fb5839cc21 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Feb 27 14:30:17 2020 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Thu Feb 27 14:30:17 2020 -0800 |
tree | 53a9cd18298948fb5964871c65e18c26aac49f4b | |
parent | 1c7397da4030b4335346746c80afd5eefbd06465 [diff] |
Avoid dual reporting of object tracking by removing key Test: unit tests Bug: None Change-Id: I448a8264dc422ade5138a2f5218b83e8548beffa
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.