commit | 9c5c2956623d1cd6063b9c48874f46c91d6c440e | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Dec 06 07:34:25 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Fri Dec 06 07:35:43 2019 -0800 |
tree | 8bf3ead9d7c74d8e08cac82b16a9fcf5097a220c | |
parent | f240507fc1476b2cd607897be4273b861ded712f [diff] |
Ensure new interface is backward compatible for suites Test: unit tests ./cts-tradefed run cts-dev -m CtsAbiOverrideHostTestCases Bug: 145799732 Change-Id: Icfb87444c4bf455dd1a7374b441fb2f550acfe18
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.