commit | a02657d8e9f209f67d95cff49bd4e397dc457432 | [log] [tgz] |
---|---|---|
author | jdesprez <jdesprez@google.com> | Thu Mar 15 18:06:45 2018 -0700 |
committer | jdesprez <jdesprez@google.com> | Thu Mar 15 18:06:45 2018 -0700 |
tree | d346be4412535de78249729152037a5d26879f7d | |
parent | e5c972aa0ef2fb0317cb03b616e059578e1d1923 [diff] |
Wait until all results are received (full invoc complete) Instead of waiting for each individual shard to complete, wait for the full results to be in. This will allow the test to pass even when there is a host slow down and the threads are not completing in a very short time. Test: unit tests in a loop Bug: 75042762 Change-Id: I970d5f26b143ec4386f1a4ddb722b65a885c9c49
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/