commit | d0dc155f84bf2869bde7c996bed0e2bc90a696d0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 17 03:20:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 03:20:25 2020 +0000 |
tree | e3f34c7e021c1e67a87c6913d22faad406732e65 | |
parent | 677944ea8cacbd392a3fed5ca3cd0ffc5a046dcd [diff] | |
parent | 574e7ae4c6f04ba9e22b3e109132fd3b09d2586b [diff] |
Merge "Only attempt bugreport if module fails with device error" am: 574e7ae4c6 Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1364900 Change-Id: I182a739a5c845cf974e4dcea46248f11cc64f6eb
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.