commit | a33025c9a0e28be338f81f85251aae3bb2335cb0 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Feb 21 09:59:24 2020 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Tue Mar 03 17:48:44 2020 -0800 |
tree | 8eb87f96e6cc9dffd2421d1722b3f7f0215bed88 | |
parent | d352b5799d4f7daf0f582ee3424b25cb7cc69e18 [diff] |
Fix and enable [CatchFail] error prone Test: unit tests Bug: 148418189 Change-Id: Ie3bf21d6ff3f5fd178268901f0c653b5373ac550
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.