commit | 7c42c7d3477433487d88154b356339033cb03084 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Dec 12 09:34:44 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Thu Dec 12 09:45:54 2019 -0800 |
tree | 18e209c4e048526feb9999b5de5a02c02741ac4a | |
parent | 893f90b2aafb230705be3ab7398390f57eee5a49 [diff] |
Update most of testtype to use TestInformation interface Use the updated interface in most test types. Fix a bunch of the warnings in the test. Test: unit tests Bug: 145527876 Change-Id: I4b50af02a93f11dad406f6df292b57613cf354de
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.