commit | da30a95989fea9b336220cba7f8b2c0deed1840a | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Dec 17 21:23:27 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 17 21:23:27 2019 +0000 |
tree | 32be92fc10bf470591c6af237fe82771ce939444 | |
parent | 5236aabc0c846524c3c2632416506aefc81cfeab [diff] | |
parent | fdb7269735c91a46f1e2bada3daa82d6ced5d8ec [diff] |
Merge "Use TestInformation for the setUp/Teardown interface"
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.