commit | d997789419994024ea5a71451ebad2166ef2e6ac | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Apr 14 09:01:15 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Tue Apr 14 09:01:50 2020 -0700 |
tree | 0b370bf653493c24214ed04e3f32ca5c4a07ae19 | |
parent | d50f5908e5b0d2675766aecaa46646b0430657f2 [diff] |
Improve some of the messages to make them clearer Test: unit tests Bug: 153911894 Change-Id: I2cf0797d24dbe2f719a9bcc965181190201abcd5
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.