commit | f240507fc1476b2cd607897be4273b861ded712f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 05 23:39:40 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 05 23:39:40 2019 +0000 |
tree | 3ec9e46f7bfe1be13952a54925bc1d8139e9a787 | |
parent | 3158fe1a82bafa4f57c435423c36e23fd5d2a2ca [diff] | |
parent | 13784428eb23463719592da9b56438c42f2d34fa [diff] |
Merge "Add ITestFilterReceiver interface to RustTestBase"
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.