commit | 59b332397cb12e17720e9f638b171dc5b5303bed | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Sep 01 23:33:12 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 01 23:33:12 2020 +0000 |
tree | 558b4101b131fdf54946ad84334ed15f77f6f9f4 | |
parent | a477e2e564aee5e2e860250ed2eb8de71599401f [diff] | |
parent | 440cd579ff6d9f4cc0960ad8f452d001f2a38c4f [diff] |
Merge "In case of exception parsing error fallback to RuntimException" into stage-aosp-rvc-ts-dev am: 078001b6d9 am: 440cd579ff Original change: https://googleplex-android-review.googlesource.com/c/platform/tools/tradefederation/+/12482540 Change-Id: I57618958c5a9984a3dc138940306301ac8064ca1
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.