commit | 3de70a017520c898be6bc4868d524467c39023b0 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri May 08 10:25:46 2020 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Fri May 08 10:26:55 2020 -0700 |
tree | 55ab9e9d7a2d4f960912c9911e623ff5d9244ff9 | |
parent | a29a49c26bc6c1425f99a5da2873fdc68fb1e71c [diff] |
Align the ProtoResultParser and SubprocessTestResultsParser behavior We should only focus on logAssociation from the subprocess and relog if needed. Add a flag to disable testLog parsing. Test: unit tests Bug: 155792005 Change-Id: Ie349ded1d6030b4ea995f09534a1937aea228a5a
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.