commit | cfbb8e698d72c588822ea2b7e254f423de8e997e | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Wed Dec 05 15:39:29 2018 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Wed Dec 05 15:40:39 2018 -0800 |
tree | 42e7e00f80df774fdb55946bc71c7815ec94bd35 | |
parent | 0ff6e8f23897d912b4b19079363d3213187610c9 [diff] |
Avoid logging test progress during collect tests only collect tests only does not really execute the test, so logging the progress is just slowing it down. Test: unit tests ./cts-tradefed run cts-dev -m CtsDeqpTestCases --collect-tests-only Bug: 120479153 Change-Id: I3b79093d2d9be60b1a2967d968b93e93d4a540a9
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/