commit | 81301e0c9f1dbf8a9d3acd5dad8f0b90d88eb1e4 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Jul 15 13:42:07 2020 -0700 |
committer | Yiming Pan <yimingpan@google.com> | Fri Aug 28 11:49:08 2020 -0700 |
tree | 35deddf973e671c35daf0732cea60183f263824b | |
parent | ba3620c22c669696c54a625ed89954fada78bd20 [diff] |
In case of exception parsing error fallback to RuntimException Test: unit tests Bug: 161008653 Change-Id: Ic1a683efcc29e9e692e1ce714d28a4ba872bcbc8
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.