| commit | ade2076fd4e38f8370ac5ccddfa7ac7958b029a5 | [log] [tgz] |
|---|---|---|
| author | easoncylee <easoncylee@google.com> | Wed Dec 11 15:54:06 2019 +0800 |
| committer | easoncylee <easoncylee@google.com> | Wed Dec 11 15:57:46 2019 +0800 |
| tree | 09200213e338f2aa8ed0ccac74ab212c5e5a6dfc | |
| parent | 1d9fd8c53ce1eb84f6686be315744e4f426f6223 [diff] |
Disable CtsPerfettoTestCases from now on so that it won't block presubmit test. Will un-comment this once the bug is resolved or find another test module instead. Bug: 146021976 Test: TreeHugger Change-Id: I7b267e3056c6ce89cba569f652bce354d619afe4
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.