commit | 2bc985827e7eea9173450609b7db7feb23d1305f | [log] [tgz] |
---|---|---|
author | Jim Tang <jimtang@google.com> | Fri Jan 10 15:44:55 2020 +0800 |
committer | Jim Tang <jimtang@google.com> | Tue Jan 14 13:31:52 2020 +0800 |
tree | e8d70996f5ea6dcf2e411937375483bad4752185 | |
parent | 847e9b199ff251a4c8293cf44c15ab5e5068beaf [diff] |
Atest: tab complete --iteration Bug: 147080135 Test: source atest_completion.sh atest-src --iteration <tab><tab> Change-Id: I3bf761144f4b95f76686ea65a21e226c1950fb4b
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.