commit | 83585b1559e5aafdc5b6fac4e39b93cc43373d25 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Mon Jul 29 13:59:17 2019 -0700 |
committer | Julien Desprez <jdesprez@google.com> | Mon Jul 29 14:00:13 2019 -0700 |
tree | d9ca5a58ccbc6dd5e65618bd7b8aad02b781f928 | |
parent | 81490fc7667545e2202494a2aac51929d7e54916 [diff] |
Make local sharding works with auto-retry Test: unit tests ./cts-tradefed run cts-dev -m CtsGesture -s 876X00GNG --auto-retry --max-testcase-run-count 2 --retry-strategy ITERATIONS --no-merge-attempts --shard-count 2 --log-level verbose Bug: 137236939 Change-Id: I5d5801a6538476832d2292d786a78e5d9e30c908
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.