commit | 49d23cbebcafdff45178c4a1a42757db937c0f6a | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Sep 09 16:26:43 2019 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Mon Sep 09 16:27:00 2019 +0000 |
tree | 179491962549e1601c3ff959b04d87ee5821dfb1 | |
parent | d3e612e51f9aa6e0fd399198cd2d7343241ed440 [diff] |
Revert "Revert "Track changed option separately"" This reverts commit d3e612e51f9aa6e0fd399198cd2d7343241ed440. Reason for revert: broke build due to over conflicting change .... Bug: b/140722286 Change-Id: Ide8b5a8430f6ab1081ec0e4c55144bd25b33b8ab
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.