commit | 6eea64922d48f47bf22997f19e23e36dcb53301e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Oct 19 20:52:56 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 19 20:52:56 2020 +0000 |
tree | 7ab2200b97a417998b2e923ce19a6717fe3d1541 | |
parent | 311684252ef31c1552cb6819938480b83b196246 [diff] | |
parent | 26b95a6f2ae78991f47ad3e2a897bb561638749d [diff] |
Change to call testFailed(testId, failure). am: 8ef8befb4e am: 26b95a6f2a Original change: https://googleplex-android-review.googlesource.com/c/platform/tools/tradefederation/+/12793629 Change-Id: Ia364b44147ab1e7f5ecc202f6d45f58df0996a6a
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.