commit | 195dd955828e7660fbeecb3b3383f41882fb6c3b | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue Dec 17 12:43:47 2019 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Tue Dec 17 12:43:47 2019 -0800 |
tree | 20a0e3571f9382b080f67056aad2a2043c6b7718 | |
parent | 1a2c0cef50a2fa84cda7e9540d08c95fb65dc65b [diff] |
Set the exit code properly for dynamic download Test: unit tests Bug: None Change-Id: Ice3c4a84103a09740c0757bcb3c5b592d71f1667
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.