commit | e53ee6962cea3bfdeb6f615b458504394d3a5961 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Tue Aug 20 17:56:06 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Aug 20 17:56:06 2019 -0700 |
tree | c3b1d45611b372204b478a8f747ebd276991e9f2 | |
parent | f04c5263c559a3f82dc03f7d38c6d0102fcdbc59 [diff] | |
parent | 27b8ea5a07f218677c3906e803b4fc6783dfc2a9 [diff] |
Merge "Skip jar files in stageTestArtifacts" am: 27b8ea5a07 Change-Id: I4f3418273579fead5f18d3d9d86be50492c59a2d
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.