commit | 7863aaf47784cc5821411aeaac5c5b46701a3116 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 17 04:02:48 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 04:02:48 2020 +0000 |
tree | d0f76629ed97600920c64e607ccac458fca2f195 | |
parent | 0b54f433ad4ad4519cbe1851d3eab500d7e2a832 [diff] | |
parent | 55a96a6d97c6bbec239bef73edaafd6cb32bb35b [diff] |
Merge "Only attempt bugreport if module fails with device error" am: 574e7ae4c6 am: d0dc155f84 am: 5a06d96a9e am: 55a96a6d97 Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1364900 Change-Id: I547d52b8b69604c6168f649c8aea0319bfcf195d
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.