commit | ed35965d11569ac467824268753b03f6b7c9697b | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Nov 13 09:46:32 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Wed Nov 13 09:46:32 2019 -0800 |
tree | 744ac931a51c5c6f2ae93c6ff7b328c2a087bc13 | |
parent | 78a993724119ce6f77a50b659631e321f23c05dd [diff] |
Add the StreamprotoResultReporter to subprocess config Plan to migrate to proto reporting from the launcher. Test: unit tests Bug: 144425989 Change-Id: I06a28b8c83b8b9fea607ab3a14855a2794f87daa
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.