commit | b866152b33b6d1b2c40e707cbc2b27a1028bd4a3 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Nov 11 09:10:34 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Mon Nov 11 09:10:34 2019 -0800 |
tree | 6702c5f0b3cd36edc13e7fe987d943328bf645e4 | |
parent | faaeefe9793d17e7b7414cf95c901ad1aba6e12c [diff] |
Try to fix the failure of the tests on staging hosts Test: unit tests Bug: 141012033 Change-Id: I0aa25649811e8462ed832c35b1770b7516b6c71a
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.