commit | b87b549ce6f04c2ef3d46a4566ee3d44cdbbf84f | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Fri Aug 23 07:29:28 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Fri Aug 23 07:29:28 2019 -0700 |
tree | 9ed65a9e225fea3e8005d79e72fda423ef39ba7e | |
parent | 62e18c100e3aa519f7839dc687b8138f80a5cf4b [diff] |
Delete IRetriable interface replaced by auto-retry. Test: unit tests Bug: 139751666 Change-Id: I2f0b7a76e1e420d751e29dd4e6babd08b5acd9d8
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.