commit | af11066f30c44138a81c6907e4ca43e3a21861fc | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Jan 13 14:01:51 2020 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Mon Jan 13 14:02:31 2020 -0800 |
tree | ef223d4e40e038cc8b9be2678e36c7aa2a7f665b | |
parent | 57f891af14591dbcae09f3d23e9ec881596955cf [diff] |
Remove setWorkingDir in IBuildProvider: not needed We don't need a dedicated interface for it anymore Test: unit tests Bug: 146355153 Change-Id: If7d407873d0b940c02fddc9459b3449b9e56dd4f
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.