commit | 639d0233e9a293770c544a81b825de3e4820f9f8 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Mar 10 20:40:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 10 20:40:00 2020 +0000 |
tree | 6a72dc1a9970ac17860899c12eff2bbc94a5f5bc | |
parent | 9f79a02f670dda0dba788eca3c8dad5852326fb5 [diff] | |
parent | 85eabab85f4a5cb786f74e014b4b19a64688ac5a [diff] |
Merge "Fix remote local sharding"
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.