commit | 9f712dc1fce2560f0d860483bcf89d64b708fcf8 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jul 17 16:24:44 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 16:24:44 2020 +0000 |
tree | e5daa39db7688fa33bb156a2d13590c228a674a0 | |
parent | 3a7d981c9d982ddb09f5b054cc5d45ffe2f61095 [diff] | |
parent | 502e1577fc9380c75b54014a036837ecc80b3ede [diff] |
Merge "Add error to perform adb action" am: b678463616 am: cb02069c64 am: 502e1577fc Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1364899 Change-Id: Ifd55230dc28056486f7ea8584f1552f30d7eaf34
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.