commit | 09c5b9d943f9e036f8738093fd5961ac41eb1a30 | [log] [tgz] |
---|---|---|
author | kellyhung <kellyhung@google.com> | Mon Dec 23 15:36:58 2019 +0800 |
committer | kellyhung <kellyhung@google.com> | Mon Dec 23 15:48:32 2019 +0800 |
tree | 86e5b8e8e796eb1e7074705244b4ddb023e47f66 | |
parent | d4b099a47c9b39d1cc20068eb89c0bd249a7e908 [diff] |
ATest: Run with TF log-level-display option when command with -v Add '--log-level-display VERBOSE' for displaying verbose log to STDOUT. Bug: 146365363 Test: atest UiBenchMicrobenchmark -v Change-Id: I123457183166492f474fe3fadf3bbf3b67b01280
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.