commit | 219935d58208228ac77174ae102ad871b4cfc120 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Aug 26 10:07:07 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Mon Aug 26 10:08:50 2019 -0700 |
tree | 7f10c79da24a29fda09fa6208bca2cdf452afecb | |
parent | 0634aa6a178b33b9b1cbfd20520fc819bcf1e4e1 [diff] |
Ensure that testLog event is forwarded in auto-retry In order for result_reporter to receive it. Test: unit tests ./cts-tradefed run cts-dev -m CtsGesture --template:map reporters=template/reporters/subprocess-reporter --max-testcase-run-count 3 --retry-strategy RETRY_ANY_FAILURE Bug: 140025372 Change-Id: I33afa173c884d14a5cc1c8db885da0e49d251078
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.