commit | 1273497a7984c84b83ca57e123777095fe5b8eeb | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Aug 14 15:29:53 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 14 15:29:53 2019 +0000 |
tree | 7518aca45aa171ea435632eb4214624e85e7091c | |
parent | f4a9356e0553eb6c2ef72c1ae15220995d24dc67 [diff] | |
parent | 85687f5e5412b002cabe920579eb1abedda1bbce [diff] |
Merge "Log a proto if it failed to parse"
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.