commit | 4ec149a133cef7cfb693a8ae66f0be8b6c4cdc9a | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Feb 13 09:49:24 2020 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Thu Feb 13 09:50:41 2020 -0800 |
tree | 0ea03e89c7b47293d04d58993c9c81d741a394f9 | |
parent | 81fe868d18159eb6e0940be9d26a947d646e5f27 [diff] |
Continue updating internal structures to FailureDescription Also start forwarding testAssumption with FailureDescription. Test: unit tests Bug: 147887662 Change-Id: I0f049aff2e3bac6738eaefa7d33cb3f56987b9f3
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.