commit | c943b58362f060e7967ee654d0b1de1dbe143779 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Aug 15 12:54:32 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Thu Aug 15 12:55:49 2019 -0700 |
tree | 4b19d9d95887d0f136d6bf6e940290249b343b6a | |
parent | 4e74a7e8bf0486d07a335672fea9d699730481bb [diff] |
Simplify how to configure auto-retry Switch auto-retry=true by default, it's been tested. Derive no-merge-attempts from auto-retry enabled. Test: unit tests Bug: 139482655 Change-Id: I28efa3574ac43281c4da557209be848767fd9027
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.