commit | cb02069c64aecd809d12beed925674ca5a662f5a | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Jul 17 15:49:10 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 15:49:10 2020 +0000 |
tree | bd9b5e356f9dced59f1f0e13b236c0716ad7b35a | |
parent | 0b3bad15cb3eaed21f1013d08d9def5d257a7d38 [diff] | |
parent | b67846361643a3eaaa74af38621d8ddeb6d893d1 [diff] |
Merge "Add error to perform adb action" am: b678463616 Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1364899 Change-Id: Ia436e7507dbecdf7eb5ebd88c70572c19d43653e
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.