commit | 0b3bad15cb3eaed21f1013d08d9def5d257a7d38 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 17 03:20:33 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 17 03:20:33 2020 +0000 |
tree | 306bb44310d314c16f62fa88717bbc91464c6d32 | |
parent | d0dc155f84bf2869bde7c996bed0e2bc90a696d0 [diff] | |
parent | 379510bbf46e5604eb1a12e4f94e6fd6c0444476 [diff] |
Merge "Fix sharding for executable test" am: 379510bbf4 Original change: https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1364911 Change-Id: I868f91c312f877a3c2dd3c923520dcc7b9a2af51
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.